Skip to content

Commit 89a09e9

Browse files
committed
3.0.0-0
1 parent 47b6a22 commit 89a09e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/fast-json-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! fast-json-patch, version: 2.2.1 */
1+
/*! fast-json-patch, version: 3.0.0-0 */
22
var jsonpatch =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache

dist/fast-json-patch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-json-patch",
3-
"version": "2.2.1",
3+
"version": "3.0.0-0",
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)