From 653722afdc600f7b8a8d2f79a6b244b6af6951f2 Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Thu, 6 Jan 2022 12:49:44 +0530 Subject: [PATCH] release: ngx-editor v12.1.0 --- CHANGELOG.md | 12 ++++++++++++ projects/ngx-editor/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9271a48..1e5b89b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v12.0.1 (2022-01-06) + +#### Bug Fixes + +- allow editor to be reset via reactive forms api ([dd96ae2](https://github.com/sibiraj-s/ngx-editor/commit/dd96ae2)) + +#### Breaking Changes + +- set correct peerDependencies versions ([0dd68c8](https://github.com/sibiraj-s/ngx-editor/commit/0dd68c8)) +- add tslib to dependencies ([0dd68c8](https://github.com/sibiraj-s/ngx-editor/commit/0dd68c8)), ([ebe4dcf](https://github.com/sibiraj-s/ngx-editor/commit/ebe4dcf)) +- update prosemirror dependencies ([a0dd0e0](https://github.com/sibiraj-s/ngx-editor/commit/a0dd0e0)) + ## v12.0.0 (2021-11-25) #### Breaking Changes diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index f5b90477..ad07d13d 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "12.0.0", + "version": "12.1.0", "description": "Rich Text Editor for angular using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",