diff --git a/CHANGELOG.md b/CHANGELOG.md index c582435..3b3b939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.1 (WIP) +## 1.1.1 (2022-08-25) * Make `Dry.parse()` add the current path being revived to possible errors diff --git a/package.json b/package.json index d836f6c..8b9eac9 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "json-dry", "description": "Don't repeat yourself, JSON: Add support for (circular) references, class instances, ...", - "version": "1.1.1-alpha", - "author": "Jelle De Loecker ", + "version": "1.1.1", + "author": "Jelle De Loecker ", "keywords": [ "json", "circular", @@ -10,7 +10,7 @@ "deserialization" ], "main": "./lib/json-dry.js", - "repository": "git@github.com:skerit/json-dry.git", + "repository": "git@github.com:11ways/json-dry.git", "scripts": { "test" : "mocha --exit --reporter spec --bail --timeout 5000 --file test/dry.js", "coverage" : "./node_modules/istanbul/lib/cli.js cover _mocha",