Skip to content

Commit

Permalink
upgrade to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Jul 2, 2018
1 parent b8b8a9b commit 5a067d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,10 @@
# Changelog

## 1.3.1

* Include milliseconds in Duration#toISO
* Avoid deprecation warning from DateTime#inspect in Node 10

## 1.3.0

* **mildly breaking change** Duration.toFormat now floors its outputs instead of rounding them (see #224)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "1.3.0",
"version": "1.3.1",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down

0 comments on commit 5a067d7

Please sign in to comment.