From f87e1181207542bc4213d7892c5bba951b253346 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Jul 2021 21:00:30 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/joebobmiles/zustand-middleware-yjs/compare/v1.1.0...v1.2.0) (2021-07-19) ### Bug Fixes * added yjs to list of external deps for bundle ([4474613](https://github.com/joebobmiles/zustand-middleware-yjs/commit/44746137da0447a13774f103165c83ecae279a34)) * increment did not return a state fragment ([4ee71ee](https://github.com/joebobmiles/zustand-middleware-yjs/commit/4ee71eedaccea4f86cfdfb627f7a285c2bf0128b)) * installed commonjs plugin for vite ([2297286](https://github.com/joebobmiles/zustand-middleware-yjs/commit/229728605ec2e006913af448495a1a2f052125a7)) * simplified rollup config ([3f2cd4d](https://github.com/joebobmiles/zustand-middleware-yjs/commit/3f2cd4d948f71a66e4a9bebfcc0c7fef95151a72)) * use getState instead of get ([da2c968](https://github.com/joebobmiles/zustand-middleware-yjs/commit/da2c968356a0cb4063bad832afb3d87dcf99ee8b)) ### Features * example counter now counts ([8ce6733](https://github.com/joebobmiles/zustand-middleware-yjs/commit/8ce6733e741449a94c837471f9d485a9ec0a4a62)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 814a0d3..247cdd3 100644 --- a/package.json +++ b/package.json @@ -107,5 +107,5 @@ ] ] }, - "version": "1.2.0-rc.1" + "version": "1.2.0" }