Skip to content

Commit

Permalink
Release as v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Jan 23, 2018
1 parent a2e10b3 commit dc557db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.1 (WIP)
## 1.0.1 (2018-01-23)

* Fix paths being replaced with paths of equal size
* Fix reference paths being replaced with paths of equal or even longer size

## 1.0.0 (2018-01-15)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-dry",
"description": "Don't repeat yourself, JSON: Add support for (circular) references, class instances, ...",
"version": "1.0.1-alpha",
"version": "1.0.1",
"author": "Jelle De Loecker <[email protected]>",
"keywords": [
"json",
Expand All @@ -25,6 +25,5 @@
},
"engines": {
"node": ">=6.4"
},
"private": true
}
}

0 comments on commit dc557db

Please sign in to comment.