Skip to content

Commit

Permalink
Publish version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Aug 20, 2014
1 parent ad1ac23 commit bac810f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bac810f

Please sign in to comment.