Skip to content

Commit fede5f9

Browse files
committed
chore(ngx-jodit): release version 2.0.0-beta.3
1 parent bcfc458 commit fede5f9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

libs/ngx-jodit/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [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)
6+
7+
8+
### Bug Fixes
9+
10+
* **ngx-jodit:** invalid import for config options ([6404900](https://github.com/julianpoemp/ngx-jodit/commit/6404900ae8dc8b2528017a81b28214a0f8d634ba))
11+
12+
13+
### Features
14+
15+
* **ngx-jodit:** add events joditKeyUp and joditMouseup ([e735615](https://github.com/julianpoemp/ngx-jodit/commit/e7356154477e66e0921d886c3a5602ddf83c78b7))

libs/ngx-jodit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-jodit",
33
"description": "Angular wrapper for jodit WYSIWYG editor",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"peerDependencies": {
66
"@angular/common": ">=12.0.0",
77
"@angular/core": ">=12.0.0",

0 commit comments

Comments
 (0)