From 4bc964e8e0526b85aa05f00b667168a52440e8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 31 Jul 2023 11:30:44 +0200 Subject: [PATCH] chore(ngx-codejar): bump v6.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ libs/ngx-codejar/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19c2df..a5007cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [6.0.0](https://github.com/julianpoemp/ngx-codejar/compare/v5.2.0...v6.0.0) (2023-07-31) + + +### Bug Fixes + +* **ngx-codejar:** line numbers not working with CodeJar >= 4 ([aef65c3](https://github.com/julianpoemp/ngx-codejar/commit/aef65c3ea8c5814188cbf3a88486fadada81d0ce)), closes [#2](https://github.com/julianpoemp/ngx-codejar/issues/2) + + +### BREAKING CHANGES + +- Linenumbers feature was dropped in main CodeJar repository since v4. + You + have to install package codejar-linenumbers instead. ! changed installation instructions ! +- minimum + CodeJar version is 4 about now. + + # [5.2.0](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.6...v5.2.0) (2023-07-07) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index f97099b..a4b4cc4 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "5.2.0", + "version": "6.0.0", "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.0.0",