diff --git a/CHANGELOG.md b/CHANGELOG.md index f40f5113..4bb8ec6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [5.0.0](https://github.com/Doist/typist/compare/v4.0.5...v5.0.0) (2024-03-20) + +### ⚠ BREAKING CHANGES + +- This option was unused and was not intended for + consumer use. However, its removal technically constitutes a breaking + change, so we have marked it accordingly. + +### Miscellaneous Chores + +- Remove unused `onImageNodeDelete` option ([#702](https://github.com/Doist/typist/issues/702)) ([ebd0678](https://github.com/Doist/typist/commit/ebd06784c14d00b748af7ad38bb030afcba41c35)) + ## [4.0.5](https://github.com/Doist/typist/compare/v4.0.4...v4.0.5) (2024-03-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 06c1d243..cc7bf20c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "4.0.5", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "4.0.5", + "version": "5.0.0", "license": "MIT", "dependencies": { "@tiptap/core": "2.2.4", diff --git a/package.json b/package.json index a66b3d3d..7769eda1 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.5", + "version": "5.0.0", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",