Skip to content

Commit

Permalink
build(ngx-codejar): bump v6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Mar 8, 2024
1 parent 43b7a6c commit e782949
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [6.1.3](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.2...v6.1.3) (2024-03-08)


### Bug Fixes

* **ngx-codejar:** removed linebreaks/tabs after enter key pressed ref [#3](https://github.com/julianpoemp/ngx-codejar/issues/3) ([41c2576](https://github.com/julianpoemp/ngx-codejar/commit/41c2576e6651ece088f617b599cc6914b013bc99))

Please update your CodeJar dependency to ^v4.2.0.

## [6.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v6.1.1...v6.1.2) (2024-02-24)


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.1.2",
"version": "6.1.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",
"version": "6.1.2",
"version": "6.1.3",
"license": "MIT",
"scripts": {
"start": "nx serve demo",
Expand Down

0 comments on commit e782949

Please sign in to comment.