From 7f0a65b43595302954c455f789b162c7ff671278 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 20:06:28 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/joebobmiles/y-react/compare/v1.1.4...v1.2.0) (2022-11-03) ### Features * added ability to pass options to WebRTC hook ([6f95883](https://github.com/joebobmiles/y-react/commit/6f9588337d9543967347559504f53f9d72ae7ce5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 993a6c8..916d05b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@joebobmiles/y-react", - "version": "1.1.4", + "version": "1.2.0", "description": "React hooks for working with Yjs.", "main": "./dist/y-react.cjs", "types": "./dist/index.d.ts",