diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d03ba..75cb4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.0.1](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.0...v7.0.1) (2024-03-09) + + +### Bug Fixes + +* **ngx-codejar:** newlines not working ref [#3](https://github.com/julianpoemp/ngx-codejar/issues/3) ([5a6e111](https://github.com/julianpoemp/ngx-codejar/commit/5a6e11116953e60a27d6da8cea10825bea1dd5fa)) + +### Thanks to + +- @jackmparker for reporting important issue #3 + ## [7.0.0](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.3...v7.0.0) (2024-03-09) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index a0fd893..ffb8bf3 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "7.0.0", + "version": "7.0.1", "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 cbceac4..f332e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar-source", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "scripts": { "start": "nx serve demo",