Skip to content

Commit

Permalink
build(ngx-codejar): bump v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Dec 12, 2023
1 parent f8facb7 commit 220f9d4
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 @@
## [6.1.1](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.0...v6.1.1) (2023-12-12)


### Bug Fixes

* **ngx-codejar:** cannot set style of undefined ([f8facb7](https://github.com/julianpoemp/ngx-codejar/commit/f8facb75e1a3a251040fb94290d5c682af19b44d))

# [6.1.0](https://github.com/julianpoemp/ngx-codejar/compare/v6.0.0...v6.1.0) (2023-11-21)


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": "6.0.0",
"version": "6.1.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.0.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",
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"scripts": {
"start": "nx serve demo",
Expand Down

0 comments on commit 220f9d4

Please sign in to comment.