From 29cbaf7b6f15c300a4cd612ab2294ceec08baba1 Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Wed, 30 Dec 2020 13:18:58 +0530 Subject: [PATCH] release: ngx-editor v5.2.0 --- CHANGELOG.md | 11 +++++++++++ src/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4861969..f023a56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v5.2.0 (2020-12-30) + +#### Features + +- allow specifying output format ([e71b7d7](https://github.com/sibiraj-s/ngx-editor/commit/e71b7d7)) + +#### Bug Fixes + +- emit HTML if input is a HTML ([e71b7d7](https://github.com/sibiraj-s/ngx-editor/commit/e71b7d7)) +- fix validators for HTML input ([9b25119](https://github.com/sibiraj-s/ngx-editor/commit/9b25119)) + ## v5.1.1 (2020-12-30) #### Bug Fixes diff --git a/src/package.json b/src/package.json index 77e126e0..732bed9f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "5.1.1", + "version": "5.2.0", "description": "Rich Text Editor for angular using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",