diff --git a/CHANGELOG.md b/CHANGELOG.md index 86da2088..f8f14b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## 17.5.2 (2024-05-15) + +#### Bug Fixes + +- fix remove color action ([0feb81c](https://github.com/sibiraj-s/ngx-editor/commit/0feb81c)) + ## 17.5.1 (2024-05-14) #### Bug Fixes diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 164d764c..ebffacc2 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.5.1", + "version": "17.5.2", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",