From e78294933806d1a5d6ca98f56f15695d57166c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Fri, 8 Mar 2024 20:48:50 +0100 Subject: [PATCH] build(ngx-codejar): bump v6.1.3 --- CHANGELOG.md | 9 +++++++++ libs/ngx-codejar/package.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54699ca..a99d391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.1.3](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.2...v6.1.3) (2024-03-08) + + +### Bug Fixes + +* **ngx-codejar:** removed linebreaks/tabs after enter key pressed ref [#3](https://github.com/julianpoemp/ngx-codejar/issues/3) ([41c2576](https://github.com/julianpoemp/ngx-codejar/commit/41c2576e6651ece088f617b599cc6914b013bc99)) + +Please update your CodeJar dependency to ^v4.2.0. + ## [6.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.1...v6.1.2) (2024-02-24) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index ea1c1aa..6ddce8d 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.1.2", + "version": "6.1.3", "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": "^4.2.0", diff --git a/package.json b/package.json index e8e8ae1..f13d3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.1.2", + "version": "6.1.3", "license": "MIT", "scripts": { "start": "nx serve demo",