Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 3, 2017
1 parent 4c91c4c commit b028051
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.0.1"></a>
## 1.0.1 (2017-07-03)

* Fix linter ([69774ca](https://github.com/kikobeats/json-stringify-deterministic/commit/69774ca))
* Refactor ([6948c3a](https://github.com/kikobeats/json-stringify-deterministic/commit/6948c3a))
* Update README.md ([77cd785](https://github.com/kikobeats/json-stringify-deterministic/commit/77cd785))
* Update travis builds ([4c91c4c](https://github.com/kikobeats/json-stringify-deterministic/commit/4c91c4c))



<a name="1.0.0"></a>
# 1.0.0 (2016-09-05)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-stringify-deterministic",
"description": "deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.",
"homepage": "https://github.com/Kikobeats/json-stringify-deterministic",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand All @@ -17,12 +17,12 @@
"url": "https://github.com/Kikobeats/json-stringify-deterministic/issues"
},
"keywords": [
"json",
"stringify",
"deterministic",
"hash",
"json",
"sort",
"stable"
"stable",
"stringify"
],
"devDependencies": {
"coveralls": "latest",
Expand Down

0 comments on commit b028051

Please sign in to comment.