Skip to content

Commit

Permalink
Major bump (#542)
Browse files Browse the repository at this point in the history
* major-bump

* major-bump
  • Loading branch information
angus-c authored Mar 12, 2023
1 parent 96c8426 commit 50bd940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/collection-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# just-diff

## 6.0.0

### Major Changes

- 1669fd90: optimize diff path: trim from left and right (recursviely) and use shortest path, replace at root level if values are of different type. Addresses https://github.com/angus-c/just/issues/505

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collection-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-diff",
"version": "5.2.0",
"version": "6.0.0",
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
"type": "module",
"exports": {
Expand Down

0 comments on commit 50bd940

Please sign in to comment.