Skip to content

Commit

Permalink
🔖 chore(release): 1.1.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-rc.1](v1.0.0...v1.1.0-rc.1) (2021-07-16)

### Bug Fixes

* all diff/patch bugs have been resolved ([4982f2e](4982f2e))
* diff now handles edge cases ([32767b1](32767b1))

### Features

* arrays of objects can be diffed ([1c73ba9](1c73ba9))
* arrays of scalars are properly diffed ([147c391](147c391))
* basic object diffing ([9ce2178](9ce2178))
* implement our own json-diff ([#10](#10)) ([8eb78f9](8eb78f9))
  • Loading branch information
semantic-release-bot committed Jul 16, 2021
1 parent 121395b commit b11a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
]
]
},
"version": "1.0.0"
"version": "1.1.0-rc.1"
}

0 comments on commit b11a0ed

Please sign in to comment.