Skip to content

Commit

Permalink
bump v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jul 16, 2022
1 parent 14c19c7 commit 9689587
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.1.2](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.1...v5.1.2) (2022-07-16)

**codejar:** fixed losing selection in editor on data binding

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

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Julian Poemp
Copyright (c) 2022 Julian Poemp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<app-root></app-root>
<script src="runtime.233eba379154c253.js" type="module"></script>
<script src="polyfills.ebd22122296546b3.js" type="module"></script>
<script src="main.77923284e1dffa34.js" type="module"></script>
<script src="main.0e2092c331628eb2.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions docs/main.0e2092c331628eb2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.77923284e1dffa34.js

This file was deleted.

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.1",
"version": "5.1.2",
"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.6.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.1",
"version": "5.1.2",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down

0 comments on commit 9689587

Please sign in to comment.