From 0c19c60972c22037c6642a72a45358e151686f51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 15:58:45 +0000 Subject: [PATCH] chore(release): 1.2.8 [skip ci] ## [1.2.8](https://github.com/joebobmiles/zustand-middleware-yjs/compare/v1.2.7...v1.2.8) (2022-11-03) ### Bug Fixes * [#37](https://github.com/joebobmiles/zustand-middleware-yjs/issues/37) added transact to shared type updated to prevent double update ([b2572c7](https://github.com/joebobmiles/zustand-middleware-yjs/commit/b2572c7f3cde46b32b67af6b28344bdbce1f51de)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d89b79b..95d0f32 100644 --- a/package.json +++ b/package.json @@ -117,5 +117,5 @@ ] ] }, - "version": "1.2.8-rc.1" + "version": "1.2.8" }