Skip to content

Commit 82c1bfa

Browse files
committed
chore(release): 1.1.2
1 parent d142bcf commit 82c1bfa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.1.2](https://github.com/ali-master/json-diff-patch/compare/v1.1.1...v1.1.2) (2024-07-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **npm:** add publish access and keywords ([d142bcf](https://github.com/ali-master/json-diff-patch/commit/d142bcf56bff4f1e72fa33ff1cf8fbad9cc3ecec))
11+
* **npm:** rename package name ([31346da](https://github.com/ali-master/json-diff-patch/commit/31346da8566c43580a5af4ffcb30ab98d7505925))
12+
513
### [1.1.1](https://github.com/ali-master/json-diff-patch/compare/v1.1.0...v1.1.1) (2024-07-20)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-diff-patch-v2",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Diffing and patching of JSON objects",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)