diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a30857d..82537ff9 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 +## v5.0.0-beta.0 (2020-12-24) + +#### Bug Fixes + +- fix errors while selecting text/background color mark ([b1e85bb](https://github.com/sibiraj-s/ngx-editor/commit/b1e85bb)) +- prefer `text-align` style property instead of `align` attribute ([ee03ee7](https://github.com/sibiraj-s/ngx-editor/commit/ee03ee7)) + ## v5.0.0-alpha.20 (2020-12-24) #### Bug Fixes diff --git a/src/package.json b/src/package.json index d3eab4aa..40d0dae9 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "5.0.0-alpha.20", + "version": "5.0.0-beta.0", "description": "WYSIWYG editor for angular apps using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",