Skip to content

Commit 003f5b6

Browse files
Bump version number and add changelog
1 parent 95d617e commit 003f5b6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v1.1.0
2+
3+
Second release. 21 May 2018.
4+
5+
- Added more unit tests
6+
- Added more thorough documentation for supported directives
7+
- Changed ISO week year `%G` to now be padded to a length of 4 digits
8+
- Changed strftime and strptime functions to use UTC when no timezone is specified, see [PR#4](https://github.com/pineapplemachine/strtime-js/pull/4)
9+
10+
# v1.0.0
11+
12+
First release. 20 May 2018.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strtime",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Comprehensive strftime and strptime implementation.",
55
"keywords": [
66
"strftime",

0 commit comments

Comments
 (0)