We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cc2b4 commit 40c61deCopy full SHA for 40c61de
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
The HugeRTE Vue component 1.0.0 is based on the TinyMCE Vue component 6.1.0.
9
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
16
## 1.0.1 - 2024-12-18
17
18
### Removed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hugerte/hugerte-vue",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Official HugeRTE Vue 3 Component",
5
"private": false,
6
"repository": {
0 commit comments