diff --git a/CHANGELOG.md b/CHANGELOG.md index 17dc2d8a35..a5adab18ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.7.0](https://github.com/streamich/json-joy/compare/v1.6.2...v1.7.0) (2020-10-11) + + +### Features + +* 🎸 add flat with switch statement applyPatch implementatio ([5ca0d86](https://github.com/streamich/json-joy/commit/5ca0d86ad186dfec271af6ba10e4461c49fcea3d)) + + +### Performance Improvements + +* ⚡️ speed up applyPatch ([67ee7e2](https://github.com/streamich/json-joy/commit/67ee7e2ce6ad53f9e0506c399bc9997536030d7d)) + ## [1.6.2](https://github.com/streamich/json-joy/compare/v1.6.1...v1.6.2) (2020-10-11) diff --git a/package.json b/package.json index d4c003a99a..c7c5cf0b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-joy", - "version": "1.6.2", + "version": "1.7.0", "description": "", "author": { "name": "streamich",