Skip to content

Commit 3a80335

Browse files
committed
0.0.9
1 parent c54b13e commit 3a80335

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/jsonpatcherproxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! JSONPatcherProxy version: 0.0.8 */
1+
/*! JSONPatcherProxy version: 0.0.9 */
22
var JSONPatcherProxy =
33
/******/ (function(modules) { // webpackBootstrap
44
/******/ // The module cache

dist/jsonpatcherproxy.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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonpatcherproxy",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.",
55
"main": "src/jsonpatcherproxy.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)