Skip to content

Commit

Permalink
chore(ngx-codejar): bump v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Mar 9, 2024
1 parent c752acf commit bfb63d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [7.0.1](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.0...v7.0.1) (2024-03-09)


### Bug Fixes

* **ngx-codejar:** newlines not working ref [#3](https://github.com/julianpoemp/ngx-codejar/issues/3) ([5a6e111](https://github.com/julianpoemp/ngx-codejar/commit/5a6e11116953e60a27d6da8cea10825bea1dd5fa))

### Thanks to

- @jackmparker for reporting important issue #3

## [7.0.0](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.3...v7.0.0) (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.0",
"version": "7.0.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.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.0",
"version": "7.0.1",
"license": "MIT",
"scripts": {
"start": "nx serve demo",
Expand Down

0 comments on commit bfb63d4

Please sign in to comment.