Skip to content

Commit

Permalink
Release as v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Aug 25, 2022
1 parent e0f3239 commit e46dac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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 <jelle@develry.be>",
"version": "1.1.1",
"author": "Jelle De Loecker <jelle@elevenways.be>",
"keywords": [
"json",
"circular",
"serialization",
"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",
Expand Down

0 comments on commit e46dac9

Please sign in to comment.