Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 15, 2023
1 parent 7d1462e commit 3c8dc2f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demos/console-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"dependencies": {
"jsondiffpatch": "^0.5.0"
"jsondiffpatch": "^0.6.0"
},
"devDependencies": {
"typescript": "~5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion demos/html-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "tsc && esbuild demo.ts --bundle --outdir=build"
},
"dependencies": {
"jsondiffpatch": "^0.5.0"
"jsondiffpatch": "^0.6.0"
},
"devDependencies": {
"esbuild": "^0.19.8",
Expand Down
2 changes: 1 addition & 1 deletion demos/numeric-plugin-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc"
},
"dependencies": {
"jsondiffpatch": "^0.5.0"
"jsondiffpatch": "^0.6.0"
},
"devDependencies": {
"typescript": "~5.3.2"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/jsondiffpatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsondiffpatch",
"version": "0.5.0",
"version": "0.6.0",
"author": "Benjamin Eidelman <beneidel@gmail.com>",
"description": "Diff & Patch for Javascript objects",
"contributors": [
Expand Down

0 comments on commit 3c8dc2f

Please sign in to comment.