diff --git a/.changeset/silent-pillows-shout.md b/.changeset/silent-pillows-shout.md deleted file mode 100644 index 312c2cc06..000000000 --- a/.changeset/silent-pillows-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rino.app/editor": minor ---- - -Parse links automatically without requiring the use of `<` and `>` to delimit them. diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 9364cb081..4402ba322 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,11 @@ # @rino.app/editor +## 0.45.0 + +### Minor Changes + +- 0f7e5d8: Parse links automatically without requiring the use of `<` and `>` to delimit them. + ## 0.44.5 ### Patch Changes diff --git a/packages/editor/package.json b/packages/editor/package.json index 34c502c68..4f73f8e5f 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@rino.app/editor", - "version": "0.44.5", + "version": "0.45.0", "private": false, "license": "GPL-3.0", "type": "module",