diff --git a/CHANGELOG.md b/CHANGELOG.md index b1eb9c54..ed091610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v17.0.2 (2024-04-03) + +#### Features + +- remove nanoid dependency ([3a589e1](https://github.com/sibiraj-s/ngx-editor/commit/3a589e1)) +- support options in link menu item to configure `open in new tab` feature ([aacc680](https://github.com/sibiraj-s/ngx-editor/commit/aacc680)) + ## v17.0.1 (2024-03-05) #### Enhancements diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 26857190..c6cb8173 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.0.1", + "version": "17.0.2", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",