diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a5712d..fcb2f07a 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 +## v12.4.1 (2022-05-14) + +#### Bug Fixes + +- pin prosemirror types ([b48929b](https://github.com/sibiraj-s/ngx-editor/commit/b48929b)) + ## v12.4.0 (2022-05-11) #### Features diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index b68aac6a..7ae2f512 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "12.4.0", + "version": "12.4.1", "description": "Rich Text Editor for angular using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",