Skip to content

Commit 1db0be1

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2023-09-25) ### Features * use LCS to find the least required move operations ([c0a1c83](c0a1c83))
1 parent 7a96cce commit 1db0be1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/marcolink/generate-json-patch/compare/v1.0.1...v1.1.0) (2023-09-25)
2+
3+
4+
### Features
5+
6+
* use LCS to find the least required move operations ([c0a1c83](https://github.com/marcolink/generate-json-patch/commit/c0a1c83159c2e2eda9b6cfa271b84b3223ff2b05))
7+
18
## [1.0.1](https://github.com/marcolink/generate-json-patch/compare/v1.0.0...v1.0.1) (2023-09-09)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "generate-json-patch",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"author": "Marco Link <marcoxlink@gmail.com>",
55
"private": false,
66
"repository": "marcolink/generate-json-patch",

0 commit comments

Comments
 (0)