From 3ae0a6d3b8fa563e794648416027446447de62ef Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Fri, 23 Aug 2024 12:27:29 +0000 Subject: [PATCH] chore(release): 6.0.11 [skip ci] ## [6.0.11](https://github.com/Doist/typist/compare/v6.0.10...v6.0.11) (2024-08-23) ### Bug Fixes * **deps:** update tiptap packages to v2.6.6 ([#882](https://github.com/Doist/typist/issues/882)) ([691e909](https://github.com/Doist/typist/commit/691e90920ed29897d66d8f54e90e8ef30129d821)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fb9edf..f81f4fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.11](https://github.com/Doist/typist/compare/v6.0.10...v6.0.11) (2024-08-23) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.6.6 ([#882](https://github.com/Doist/typist/issues/882)) ([691e909](https://github.com/Doist/typist/commit/691e90920ed29897d66d8f54e90e8ef30129d821)) + ## [6.0.10](https://github.com/Doist/typist/compare/v6.0.9...v6.0.10) (2024-08-21) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index eee0c03e..d4aff9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "6.0.10", + "version": "6.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "6.0.10", + "version": "6.0.11", "license": "MIT", "dependencies": { "@tiptap/core": "2.6.6", diff --git a/package.json b/package.json index 24af1e79..f815f1f2 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.10", + "version": "6.0.11", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",