diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cb4a0..60a1165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.3](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.2...v7.0.3) (2024-04-09) + + +### Bug Fixes + +* **ngx-codejar:** can't change code on firefox ([96996c7](https://github.com/julianpoemp/ngx-codejar/commit/96996c7c672194d8299334fdcdf0caf1e2802130)) + ## [7.0.1](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.0...v7.0.1) (2024-03-09) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index 00f115f..5c42d9b 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "7.0.2", + "version": "7.0.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 1231e77..3ad4961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar-source", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "scripts": { "start": "nx serve demo",