From be7055f2d0a912cec6ca78702b2cc184bf2240fd Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Tue, 14 May 2024 13:44:45 +0530 Subject: [PATCH] release: ngx-editor v17.5.0 --- CHANGELOG.md | 6 ++++++ projects/ngx-editor/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0a8ea3..ecf18015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## 17.5.0 (2024-05-14) + +#### Features + +- add support for more css variables ([df13034](https://github.com/sibiraj-s/ngx-editor/commit/df13034)) + ## v17.4.0 (2024-05-14) #### Features diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index 84a18268..b534141c 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.4.0", + "version": "17.5.0", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",