From 8fa8f4328dac965e4953df1dc21b9671195869e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Tue, 28 Feb 2023 18:49:03 +0100 Subject: [PATCH] bump v5.1.4 --- CHANGELOG.md | 10 +++++++++- ngx-codejar/package.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4b924..96f8c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## [5.1.4](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.3...v5.1.4) (2023-02-28) + +### Bug Fixes + +* **npm:** codejar fixes redo/undo issue since + 3.7.0 ([a8bc8cc](https://github.com/julianpoemp/ngx-codejar/commit/a8bc8ccc7140acdf282b77d0852852916ca17f7e)) + ## [5.1.3](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.2...v5.1.3) (2023-02-12) ### Bug Fixes -* **ngx-codejar:** redo/undo not working ref [#1](https://github.com/julianpoemp/ngx-codejar/issues/1) ([c3df763](https://github.com/julianpoemp/ngx-codejar/commit/c3df7630c0f5628528ad3407da53b4030dac5b47)) +* **ngx-codejar:** redo/undo not working + ref [#1](https://github.com/julianpoemp/ngx-codejar/issues/1) ([c3df763](https://github.com/julianpoemp/ngx-codejar/commit/c3df7630c0f5628528ad3407da53b4030dac5b47)) ## [5.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.1...v5.1.2) (2022-07-16) diff --git a/ngx-codejar/package.json b/ngx-codejar/package.json index 8a17c1f..f4dd731 100644 --- a/ngx-codejar/package.json +++ b/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "5.1.3", + "version": "5.1.4", "description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.", "peerDependencies": { "codejar": ">= 3.7.0", diff --git a/package.json b/package.json index a048a52..19a1e8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-codejar", "description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.", - "version": "5.1.3", + "version": "5.1.4", "scripts": { "ng": "ng", "start": "ng serve demo",