Skip to content

Commit

Permalink
minor-bump (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Mar 26, 2023
1 parent 60a0ad2 commit 6417f86
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
@@ -1,5 +1,11 @@
# just-diff

## 6.0.2

### Patch Changes

- Fixes #543. Remove recursing multiple permutations in favor of deciding upfront whether left or right trim is the most efficient.

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collection-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "just-diff",
"version": "6.0.1",
"version": "6.0.2",
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
"type": "module",
"exports": {
Expand Down

0 comments on commit 6417f86

Please sign in to comment.