From c66c9dd5d0f6b16931e112620d2f33716ad63b70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 19:52:55 +0000 Subject: [PATCH] chore(release): 1.16.22 [skip ci] ## [1.16.22](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.16.21...v1.16.22) (2023-06-11) ### Bug Fixes * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([7c2053b](https://github.com/CoCreate-app/CoCreate-cursors/commit/7c2053bd327aab4f39c07ebda8ce4aa8c509a441)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153edd1..11157ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.22](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.16.21...v1.16.22) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([7c2053b](https://github.com/CoCreate-app/CoCreate-cursors/commit/7c2053bd327aab4f39c07ebda8ce4aa8c509a441)) + ## [1.16.21](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.16.20...v1.16.21) (2023-06-11) diff --git a/package.json b/package.json index e18d7c3..41321ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/cursors", - "version": "1.16.21", + "version": "1.16.22", "description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", "keywords": [ "cursors", @@ -68,4 +68,4 @@ "@cocreate/selection": "^1.6.20", "@cocreate/uuid": "^1.4.20" } -} \ No newline at end of file +}