From 897c5c066cf8cce872d8f074322ee131b3ac5845 Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Tue, 20 Aug 2024 15:25:45 +0000 Subject: [PATCH] chore(release): 6.0.9 [skip ci] ## [6.0.9](https://github.com/Doist/typist/compare/v6.0.8...v6.0.9) (2024-08-20) ### Bug Fixes * **deps:** update tiptap packages to v2.6.4 ([#875](https://github.com/Doist/typist/issues/875)) ([a28caac](https://github.com/Doist/typist/commit/a28caac30770e7062971c662c0577f78f8f8d8af)) --- 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 b74875d1..b5bbef90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.0.9](https://github.com/Doist/typist/compare/v6.0.8...v6.0.9) (2024-08-20) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.6.4 ([#875](https://github.com/Doist/typist/issues/875)) ([a28caac](https://github.com/Doist/typist/commit/a28caac30770e7062971c662c0577f78f8f8d8af)) + ## [6.0.8](https://github.com/Doist/typist/compare/v6.0.7...v6.0.8) (2024-08-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 47c45865..d4a11547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "6.0.8", + "version": "6.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "6.0.8", + "version": "6.0.9", "license": "MIT", "dependencies": { "@tiptap/core": "2.6.4", diff --git a/package.json b/package.json index b00c0139..91a39f0f 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.8", + "version": "6.0.9", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",