Skip to content

Commit

Permalink
chore(ngx-codejar): bump v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Apr 9, 2024
1 parent e2e8d48 commit 84d2ba7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-codejar-source",
"version": "7.0.2",
"version": "7.0.3",
"license": "MIT",
"scripts": {
"start": "nx serve demo",
Expand Down

0 comments on commit 84d2ba7

Please sign in to comment.