diff --git a/CHANGELOG.md b/CHANGELOG.md index 566ac1a0..ca0de1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.4](https://github.com/Doist/typist/compare/v4.0.3...v4.0.4) (2024-03-06) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.2.4 ([#660](https://github.com/Doist/typist/issues/660)) ([b603996](https://github.com/Doist/typist/commit/b603996c64b98388f43d0e7489b3fec7629b2b7d)) + ## [4.0.3](https://github.com/Doist/typist/compare/v4.0.2...v4.0.3) (2024-03-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b51cd76b..08340381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "@tiptap/core": "2.2.4", diff --git a/package.json b/package.json index 6c4b3ffe..8cf314cd 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": "4.0.3", + "version": "4.0.4", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",