Skip to content

Commit

Permalink
bump v5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 28, 2023
1 parent a8bc8cc commit 8fa8f43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## [5.1.4](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.3...v5.1.4) (2023-02-28)

### Bug Fixes

* **npm:** codejar fixes redo/undo issue since
3.7.0 ([a8bc8cc](https://github.com/julianpoemp/ngx-codejar/commit/a8bc8ccc7140acdf282b77d0852852916ca17f7e))

## [5.1.3](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.2...v5.1.3) (2023-02-12)

### Bug Fixes

* **ngx-codejar:** redo/undo not working ref [#1](https://github.com/julianpoemp/ngx-codejar/issues/1) ([c3df763](https://github.com/julianpoemp/ngx-codejar/commit/c3df7630c0f5628528ad3407da53b4030dac5b47))
* **ngx-codejar:** redo/undo not working
ref [#1](https://github.com/julianpoemp/ngx-codejar/issues/1) ([c3df763](https://github.com/julianpoemp/ngx-codejar/commit/c3df7630c0f5628528ad3407da53b4030dac5b47))

## [5.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.1...v5.1.2) (2022-07-16)

Expand Down
2 changes: 1 addition & 1 deletion ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-codejar",
"version": "5.1.3",
"version": "5.1.4",
"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": ">= 3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-codejar",
"description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.",
"version": "5.1.3",
"version": "5.1.4",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down

0 comments on commit 8fa8f43

Please sign in to comment.