From bac810f7e19362943ec8ec9ae475a8bb53afaae5 Mon Sep 17 00:00:00 2001 From: Rogier Schouten Date: Wed, 20 Aug 2014 12:18:00 +0200 Subject: [PATCH] Publish version 1.5.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cead131..c8b9bb7 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ The version of the included IANA time zone database is 2014e. * A release 2 where we polish the interface to the library a bit * Leap second handling -### Next (already implemented, not published) +### 1.5.0 (2014-08-20) * Add format() function to DateTime to convert a DateTime to a string with a specified format. * Add valueOf() method to DateTime and Duration * Add dayOfYear() and utcDayOfYear() to DateTime returning the n-th day of the year, starting at 0 diff --git a/package.json b/package.json index dfcd015..6c55a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timezonecomplete", - "version": "1.4.6", + "version": "1.5.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",