From 1cc4ec429041991012d4b356deb8ce85dfb6a1de Mon Sep 17 00:00:00 2001 From: Rogier Schouten Date: Mon, 7 Nov 2016 19:09:38 +0100 Subject: [PATCH] v5.3.0 --- doc/CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 82f4441..57a2ca7 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog +## 5.3.0 (2016-11-07) -* Add DateTime#standardOffsetDuration() method that returns the offset excluding DST. -* Add DateTime#offsetDuration() method that returns a Duration instead of a number. -* Bugfix: the DateTime constructor would throw when given a time zone name with "without DST" appended. +* Add DateTime#standardOffsetDuration() method that returns the offset excluding DST. (Issue #30) +* Add DateTime#offsetDuration() method that returns a Duration instead of a number. (Issue #30) +* Bugfix: the DateTime constructor would throw when given a time zone name with "without DST" appended. (Issue #30) ## 5.2.0 (2016-11-06) diff --git a/package.json b/package.json index c0665fe..68ffbab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timezonecomplete", - "version": "5.2.0", + "version": "5.3.0", "description": "DateTime, TimeZone, Duration and Period library aimed at providing a consistent and complete date-time interface, away from the original JavaScript Date class.", "keywords": [ "Date",