From b63e92b825d85571aa3a30c1469717514754bcd7 Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Wed, 14 Aug 2024 08:36:11 +0000 Subject: [PATCH] chore(release): 6.0.7 [skip ci] ## [6.0.7](https://github.com/Doist/typist/compare/v6.0.6...v6.0.7) (2024-08-14) ### Bug Fixes * **deps:** update tiptap packages to v2.6.2 ([#872](https://github.com/Doist/typist/issues/872)) ([f75fb41](https://github.com/Doist/typist/commit/f75fb41bc56c89f0d7218e13d28a02cda2c9b52f)) --- 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 26b8518a..5d3ef138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.7](https://github.com/Doist/typist/compare/v6.0.6...v6.0.7) (2024-08-14) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.6.2 ([#872](https://github.com/Doist/typist/issues/872)) ([f75fb41](https://github.com/Doist/typist/commit/f75fb41bc56c89f0d7218e13d28a02cda2c9b52f)) + ## [6.0.6](https://github.com/Doist/typist/compare/v6.0.5...v6.0.6) (2024-08-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0f95b454..cfed5a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "6.0.6", + "version": "6.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "6.0.6", + "version": "6.0.7", "license": "MIT", "dependencies": { "@tiptap/core": "2.6.2", diff --git a/package.json b/package.json index 1a79fdbb..ed735d92 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.6", + "version": "6.0.7", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",