From 0b404503a66d253c5e7bd2106c7731e8230f0b06 Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Wed, 20 Mar 2024 16:06:12 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) 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",