From c8e7846f98b869fa53e1617c1e2fd21e29333bea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Jul 2021 20:19:34 +0000 Subject: [PATCH] :bookmark: chore(release): 1.0.0-rc.2 [skip ci] # [1.0.0-rc.2](https://github.com/joebobmiles/zustand-middleware-yjs/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-07-16) ### Bug Fixes * all diff/patch bugs have been resolved ([4982f2e](https://github.com/joebobmiles/zustand-middleware-yjs/commit/4982f2e76e37abd7e038c5d3c82586b4f06c961b)) * diff now handles edge cases ([32767b1](https://github.com/joebobmiles/zustand-middleware-yjs/commit/32767b17dce87e91047e6544e4ee02ee2820cc60)) ### Features * arrays of objects can be diffed ([1c73ba9](https://github.com/joebobmiles/zustand-middleware-yjs/commit/1c73ba902aebd2a726842439c9e1b98121f27c2f)) * arrays of scalars are properly diffed ([147c391](https://github.com/joebobmiles/zustand-middleware-yjs/commit/147c391fb4894dfb9e2b4410004d437e8e32b723)) * basic object diffing ([9ce2178](https://github.com/joebobmiles/zustand-middleware-yjs/commit/9ce21782097fe63201c8ed82ec41a511a44434b8)) * implement our own json-diff ([#10](https://github.com/joebobmiles/zustand-middleware-yjs/issues/10)) ([8eb78f9](https://github.com/joebobmiles/zustand-middleware-yjs/commit/8eb78f9672638b81661cc564a8dfe126821ae8bc)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3e166e..ba53a2c 100644 --- a/package.json +++ b/package.json @@ -107,5 +107,5 @@ ] ] }, - "version": "1.0.0-rc.1" + "version": "1.0.0-rc.2" }