diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb8f09..54699ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [6.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.1...v6.1.2) (2024-02-24) + + +### Bug Fixes + +* **ngx-codejar:** turning off readonly not working on FIrefox ([d47c716](https://github.com/julianpoemp/ngx-codejar/commit/d47c7169aea0e4153898ee167e034607f7a9d78b)) + + ## [6.1.1](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.0...v6.1.1) (2023-12-12) diff --git a/libs/ngx-codejar/package.json b/libs/ngx-codejar/package.json index 80ac166..8c8eba7 100644 --- a/libs/ngx-codejar/package.json +++ b/libs/ngx-codejar/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.1.1", + "version": "6.1.2", "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 7663e62..6a3c21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-codejar", - "version": "6.1.1", + "version": "6.1.2", "license": "MIT", "scripts": { "start": "nx serve demo",