diff --git a/CHANGELOG.md b/CHANGELOG.md index 941f8a58..d745c3b0 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 +## v16.0.0 (2023-08-18) + +#### Bug Fixes + +- fix bold & em input rules ([70d5998](https://github.com/sibiraj-s/ngx-editor/commit/70d5998)) + ## v16.0.0-beta.0 (2023-07-15) #### Breaking Changes diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index b965477d..93072eab 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "16.0.0-beta.0", + "version": "16.0.0", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",