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 +}