diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc9800..6cb8f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.1](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.0...v6.1.1) (2023-12-12) + + +### Bug Fixes + +* **ngx-codejar:** cannot set style of undefined ([f8facb7](https://github.com/julianpoemp/ngx-codejar/commit/f8facb75e1a3a251040fb94290d5c682af19b44d)) + # [6.1.0](https://github.com/julianpoemp/ngx-codejar/compare/v6.0.0...v6.1.0) (2023-11-21) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index d87d511..80ac166 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.0.0", + "version": "6.1.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.0.0", diff --git a/package.json b/package.json index 56120d1..7663e62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "scripts": { "start": "nx serve demo",