Skip to content

Commit

Permalink
Bump version number and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed May 21, 2018
1 parent 95d617e commit 003f5b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v1.1.0

Second release. 21 May 2018.

- Added more unit tests
- Added more thorough documentation for supported directives
- Changed ISO week year `%G` to now be padded to a length of 4 digits
- Changed strftime and strptime functions to use UTC when no timezone is specified, see [PR#4](https://github.com/pineapplemachine/strtime-js/pull/4)

# v1.0.0

First release. 20 May 2018.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strtime",
"version": "1.0.0",
"version": "1.1.0",
"description": "Comprehensive strftime and strptime implementation.",
"keywords": [
"strftime",
Expand Down

0 comments on commit 003f5b6

Please sign in to comment.