Skip to content

Commit

Permalink
chore(ngx-jodit): release version 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jun 30, 2023
1 parent bcfc458 commit fede5f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions libs/ngx-jodit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [2.0.0-beta.3](https://github.com/julianpoemp/ngx-jodit/compare/ngx-jodit-2.0.0-beta.2...ngx-jodit-2.0.0-beta.3) (2023-06-30)


### Bug Fixes

* **ngx-jodit:** invalid import for config options ([6404900](https://github.com/julianpoemp/ngx-jodit/commit/6404900ae8dc8b2528017a81b28214a0f8d634ba))


### Features

* **ngx-jodit:** add events joditKeyUp and joditMouseup ([e735615](https://github.com/julianpoemp/ngx-jodit/commit/e7356154477e66e0921d886c3a5602ddf83c78b7))
2 changes: 1 addition & 1 deletion libs/ngx-jodit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-jodit",
"description": "Angular wrapper for jodit WYSIWYG editor",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
Expand Down

0 comments on commit fede5f9

Please sign in to comment.