diff --git a/CHANGELOG.md b/CHANGELOG.md index ba51573..5d8174a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/LICENSE b/LICENSE index 56ebe38..6cf0578 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/ngx-codejar/package.json b/ngx-codejar/package.json index 2bf221a..692ccf2 100644 --- a/ngx-codejar/package.json +++ b/ngx-codejar/package.json @@ -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", diff --git a/package.json b/package.json index a61a911..453bb14 100644 --- a/package.json +++ b/package.json @@ -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",