diff --git a/CHANGELOG.md b/CHANGELOG.md index add725f0..3b5da48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.12](https://github.com/Doist/typist/compare/v1.4.11...v1.4.12) (2023-09-08) + +### Bug Fixes + +- Hyperlink a text selection when pasting a valid URL ([#435](https://github.com/Doist/typist/issues/435)) ([999455e](https://github.com/Doist/typist/commit/999455ee8bb55df9335ad9ca6e2d07b8833b4d41)) + ## [1.4.11](https://github.com/Doist/typist/compare/v1.4.10...v1.4.11) (2023-09-08) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index baf53d04..7069ae72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "1.4.11", + "version": "1.4.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "1.4.11", + "version": "1.4.12", "license": "MIT", "dependencies": { "@tiptap/core": "2.1.8", diff --git a/package.json b/package.json index 6dc61572..229ac738 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": "1.4.11", + "version": "1.4.12", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",