Skip to content

Commit

Permalink
bump v5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed May 12, 2023
1 parent 258a54d commit ca21d39
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 @@
## [5.1.5](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.4...v5.1.5) (2023-05-12)

* README and github page updates.

**! NOTICE:** If exists, remove julianpoemp/codejar-fixed-redo-undo and use >= [email protected] . The undo/redo issue is
now fixed in the official package.

## [5.1.4](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.3...v5.1.4) (2023-02-28)

### Bug Fixes
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.4",
"version": "5.1.5",
"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.4",
"version": "5.1.5",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down

0 comments on commit ca21d39

Please sign in to comment.