Skip to content

Commit

Permalink
bump to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Mar 12, 2018
1 parent 2124a16 commit 12b1b26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,5 +1,11 @@
# Changelog

## 0.5.6

* Refactor internals
* Added support for fractional seconds in `Duration.fromISO`
* Added browser global to the NPM package

## 0.5.5

* Best-we-can-do fix for `DateTime#toLocaleString()` for fixed-offset zones when showing the zone name in the output
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "0.5.5",
"version": "0.5.6",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down

0 comments on commit 12b1b26

Please sign in to comment.