Skip to content

Commit

Permalink
chore(ngx-codejar): bump v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 31, 2023
1 parent fc84435 commit 4bc964e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. <b>! changed installation instructions ! </b>
- 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)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4bc964e

Please sign in to comment.