Skip to content

Commit

Permalink
Prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Oct 9, 2016
1 parent 7ee46f0 commit 4fb1dac
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://github.com/date-fns/date-fns",
"authors": ["Sasha Koss <koss@nocorp.me>"],
"description": "Modern JavaScript date utility library",
Expand Down
4 changes: 2 additions & 2 deletions dist/date_fns.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/date_fns.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/date_fns.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/date_fns.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/date_fns_docs.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-fns",
"version": "1.3.0",
"version": "1.4.0",
"author": "Sasha Koss <koss@nocorp.me>",
"license": "MIT",
"description": "Modern JavaScript date utility library",
Expand Down Expand Up @@ -75,8 +75,6 @@
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"dist/"
]
"ignore": ["dist/"]
}
}

0 comments on commit 4fb1dac

Please sign in to comment.