Skip to content

Commit

Permalink
increment version (0.3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Oct 16, 2013
1 parent da108c1 commit 82c1dd2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ Any remaining changes are delivered synchronously (as in `jsonpatch.generate`).

## Changelog

#### 0.3.4 (Oct 16, 2013)

Bugfixes:
- generate array item `remove` patches in reverse order, so they can be correctly applied in order they were generated ([#16](https://github.com/Starcounter-Jack/JSON-Patch/issues/16))

#### 0.3.3 (Oct 11, 2013)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-patch",
"version": "0.3.3",
"version": "0.3.4",
"description": "JSON-Patch allows you to update a JSON document by sending the changes rather than the whole document.",
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
"keywords": ["json", "patch", "http", "rest"],
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch-duplex.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// json-patch-duplex.js 0.3.3
// json-patch-duplex.js 0.3.4
// (c) 2013 Joachim Wester
// MIT license
var jsonpatch;
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch-duplex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// json-patch-duplex.js 0.3.3
// json-patch-duplex.js 0.3.4
// (c) 2013 Joachim Wester
// MIT license

Expand Down
2 changes: 1 addition & 1 deletion src/json-patch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// json-patch.js 0.3.3
// json-patch.js 0.3.4
// (c) 2013 Joachim Wester
// MIT license
var jsonpatch;
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// json-patch.js 0.3.3
// json-patch.js 0.3.4
// (c) 2013 Joachim Wester
// MIT license

Expand Down

0 comments on commit 82c1dd2

Please sign in to comment.