Skip to content

Commit 40c61de

Browse files
committed
v1.0.2 (version bump and changelog)
1 parent f5cc2b4 commit 40c61de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
The HugeRTE Vue component 1.0.0 is based on the TinyMCE Vue component 6.1.0.
99

10+
## 1.0.2 - 2024-12-19
11+
12+
### Fixed
13+
- Fixed license header not being included in the minified browser build
14+
- Fixed `rollup-plugin-license` having been a normal dependency instead of a dev dependency
15+
1016
## 1.0.1 - 2024-12-18
1117

1218
### Removed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugerte/hugerte-vue",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Official HugeRTE Vue 3 Component",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)