Skip to content

Commit cbb208b

Browse files
authored
Update changelog to acknowledge community PR (#429)
* Added changelog entry * Set version to v7.0.0
1 parent 7472fcb commit cbb208b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
- Moved tinymce dependency to be a optional peer dependency. #INT-3324
1212

13+
### Fixed
14+
- Assigned the `licenseKey` prop to TinyMCE's `license_key` init prop. Community PR acknowledgement: Calneideck <cal_neideck@hotmail.com>
15+
1316
## 6.0.0 - 2024-06-05
1417

1518
### Added

package.json

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

0 commit comments

Comments
 (0)