diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9b5809..9972be01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.4](https://github.com/Doist/typist/compare/v6.0.3...v6.0.4) (2024-08-02) + +### Bug Fixes + +- Remove `@react-hookz/web` peer dependency ([#861](https://github.com/Doist/typist/issues/861)) ([ad7644d](https://github.com/Doist/typist/commit/ad7644d0c5f33225607198b3f549a19d9632f405)) + ## [6.0.3](https://github.com/Doist/typist/compare/v6.0.2...v6.0.3) (2024-05-13) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d58001d2..9595c01d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "dependencies": { "@tiptap/core": "2.3.0", diff --git a/package.json b/package.json index bcc1b067..74ff4a7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/typist", "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.", - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",