Skip to content

Commit 4188755

Browse files
paodbmlopezFC
authored andcommitted
build: update version to 1.5.0
1 parent fd1c7e4 commit 4188755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin-component-factory/vcf-enhanced-rich-text-editor",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"description": "Web Component providing rich text editor functionality. This component is fork of vaadin-rich-text-editor, with enhanced functionality.",
55
"main": "theme/lumo/vcf-enhanced-rich-text-editor.js",
66
"author": "Vaadin Ltd",

src/vcf-enhanced-rich-text-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Inline.order.push(PlaceholderBlot.blotName, ReadOnlyBlot.blotName, LinePartBlot.
349349
}
350350

351351
static get version() {
352-
return '1.4.4';
352+
return '1.5.0';
353353
}
354354

355355
static get properties() {

0 commit comments

Comments
 (0)