diff --git a/CHANGELOG.md b/CHANGELOG.md index caf10074..a527f940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.5](https://github.com/Doist/typist/compare/v7.0.4...v7.0.5) (2025-01-07) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.11.0 ([#992](https://github.com/Doist/typist/issues/992)) ([a13270e](https://github.com/Doist/typist/commit/a13270efa093acd76961cf174edbb83522402a6e)) + ## [7.0.4](https://github.com/Doist/typist/compare/v7.0.3...v7.0.4) (2024-12-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c2198fcd..b7b0dab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "7.0.4", + "version": "7.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "7.0.4", + "version": "7.0.5", "license": "MIT", "dependencies": { "@tiptap/core": "2.11.0", diff --git a/package.json b/package.json index 8c2aec25..44ac32ef 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": "7.0.4", + "version": "7.0.5", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",