From c3a77b26865f3dd06dc366c8fe99db51d2f2aa4d Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Mon, 18 Jan 2021 15:09:41 +0530 Subject: [PATCH] release: ngx-editor v7.0.0 --- CHANGELOG.md | 11 +++++++++++ src/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343a8105..a0547078 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 +## v7.0.0 (2021-01-18) + +#### Features + +- defalt keyboard shortcuts and input rules are enabled by default ([5a4351b](https://github.com/sibiraj-s/ngx-editor/commit/5a4351b)) +- history is enabled by default ([5a4351b](https://github.com/sibiraj-s/ngx-editor/commit/5a4351b)) + +## Migration + +Refer docs for migration https://sibiraj-s.github.io/ngx-editor + ## v6.1.0 (2021-01-18) #### Features diff --git a/src/package.json b/src/package.json index cfb4f0e4..d77e3fbc 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "6.1.0", + "version": "7.0.0", "description": "Rich Text Editor for angular using ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",