From 3d47d7c06784b6b68ce3806f38af9c971a0922a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Sat, 24 Feb 2024 18:30:39 +0100 Subject: [PATCH] fix(ngx-codejar): bump v6.1.2 --- CHANGELOG.md | 8 ++++++++ libs/ngx-codejar/package.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",