Skip to content

Commit bd8c0ea

Browse files
committed
Publish v5.1.0
1 parent 76dd839 commit bd8c0ea

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2022-09-28, version 5.1.0
4+
5+
- Exports a new utility function `transform`.
6+
7+
38
## 2022-09-13, version 5.0.0
49

510
- BREAKING: Type `JSONData` has been renamed to `JSONValue`.

package-lock.json

+2-2
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": "immutable-json-patch",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Immutable JSON patch with support for reverting operations",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)