diff --git a/libs/ngx-jodit-pro/CHANGELOG.md b/libs/ngx-jodit-pro/CHANGELOG.md index 37fdceb..e840e78 100644 --- a/libs/ngx-jodit-pro/CHANGELOG.md +++ b/libs/ngx-jodit-pro/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.0.7](https://github.com/julianpoemp/ngx-jodit/compare/ngx-jodit-pro-1.0.6...ngx-jodit-pro-1.0.7) (2023-09-26) + + +### Bug Fixes + +* **ngx-jodit-pro:** joditKeyUp and joditMouseup events not working ([d9beb11](https://github.com/julianpoemp/ngx-jodit/commit/d9beb11a02521acbafe3fc14c7696858352ead39)) + + + ## [1.0.6](https://github.com/julianpoemp/ngx-jodit/compare/ngx-jodit-pro-1.0.5...ngx-jodit-pro-1.0.6) (2023-09-25) diff --git a/libs/ngx-jodit-pro/package.json b/libs/ngx-jodit-pro/package.json index f297a38..3252ce8 100644 --- a/libs/ngx-jodit-pro/package.json +++ b/libs/ngx-jodit-pro/package.json @@ -1,7 +1,7 @@ { "name": "ngx-jodit-pro", "description": "Angular wrapper for Jodit Pro WYSIWYG editor", - "version": "1.0.6", + "version": "1.0.7", "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0",