From ca21d395aed63d748e7670fae9f238398c00c550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Fri, 12 May 2023 11:29:23 +0200 Subject: [PATCH] bump v5.1.5 --- CHANGELOG.md | 7 +++++++ ngx-codejar/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f8c64..ba51573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.5](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.4...v5.1.5) (2023-05-12) + +* README and github page updates. + +**! NOTICE:** If exists, remove julianpoemp/codejar-fixed-redo-undo and use >= codejar@3.7.0 . The undo/redo issue is +now fixed in the official package. + ## [5.1.4](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.3...v5.1.4) (2023-02-28) ### Bug Fixes diff --git a/ngx-codejar/package.json b/ngx-codejar/package.json index f4dd731..2bf221a 100644 --- a/ngx-codejar/package.json +++ b/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "5.1.4", + "version": "5.1.5", "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 19a1e8b..a61a911 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.4", + "version": "5.1.5", "scripts": { "ng": "ng", "start": "ng serve demo",