From 6f2b8660208d8fc6da3ac0b9fdfc4cd2bd619222 Mon Sep 17 00:00:00 2001 From: Isaac Cambron Date: Sat, 16 Jun 2018 21:52:32 -0400 Subject: [PATCH] bump to 1.3.0 --- changelog.md | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 60b893106..aea95a4f9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,18 @@ # Changelog +## 1.3.0 + + * **mildly breaking change** Duration.toFormat now floors its outputs instead of rounding them (see #224) + * Added 'floor' option to Duration.toFormat and deprecated the 'round' option + * Added `Dateime.toBSON` + * Fixed infinite loop when passing invalid or zero-length durations to Interval#splitBy + * Added better error handling to Duration.fromObject() + ## 1.2.1 * 222x speed-up in DateTime creation for non-en locales - * `DateTime#toMillis` alias for `DateTime#valueOf` - * Fix types on zone exports + * Added `DateTime#toMillis` alias for `DateTime#valueOf` + * Fixed types on zone exports ## 1.2.0 diff --git a/package.json b/package.json index 72922c631..b1b9208f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luxon", - "version": "1.2.1", + "version": "1.3.0", "description": "Immutable date wrapper", "author": "Isaac Cambron", "keywords": [