diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9e34bd..a7020a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v5.0.0-alpha.3 (2020-05-04) + +#### Features + +- add support for list ([274dcc7](https://github.com/Sibiraj-S/ngx-editor/commit/274dcc7)) + +#### Breaking Changes + +- prosemirror `peerDependencies` are no longer needed ([274dcc7](https://github.com/Sibiraj-S/ngx-editor/commit/274dcc7)) + ## v5.0.0-alpha.2 (2020-04-30) #### Bug Fixes diff --git a/src/package.json b/src/package.json index c46df407..66218ff9 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "5.0.0-alpha.2", + "version": "5.0.0-alpha.3", "description": "WYSIWYG Editor for Angular Applications", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",