Skip to content

Commit

Permalink
chore(release): bump v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jun 26, 2023
1 parent 8653204 commit d35790f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.6](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.5...v5.1.6) (2023-06-26)


### Features

* **editor:** support for setting height and flex to ngx-codejar ([8653204](https://github.com/julianpoemp/ngx-codejar/commit/8653204a175dc95d7aeb0c3369b556ea234676d9))

## [5.1.5](https://github.com/julianpoemp/ngx-codejar/compare/v5.1.4...v5.1.5) (2023-05-12)

* README and github page updates.
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) 2022 Julian Poemp
Copyright (c) 2023 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 ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-codejar",
"version": "5.1.5",
"version": "5.1.6",
"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.5",
"version": "5.1.6",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down

0 comments on commit d35790f

Please sign in to comment.