Skip to content

Commit 3706889

Browse files
committed
2.0.6
1 parent ef9820b commit 3706889

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/fast-json-patch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! fast-json-patch, version: 2.0.5 */
1+
/*! fast-json-patch, version: 2.0.6 */
22
var jsonpatch =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache

dist/fast-json-patch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
55
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
66
"keywords": [

0 commit comments

Comments
 (0)