Skip to content

Commit

Permalink
Update changelog to acknowledge community PR (#429)
Browse files Browse the repository at this point in the history
* Added changelog entry

* Set version to v7.0.0
  • Loading branch information
danoaky-tiny authored Jul 31, 2024
1 parent 7472fcb commit cbb208b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Moved tinymce dependency to be a optional peer dependency. #INT-3324

### Fixed
- Assigned the `licenseKey` prop to TinyMCE's `license_key` init prop. Community PR acknowledgement: Calneideck <[email protected]>

## 6.0.0 - 2024-06-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinymce/tinymce-vue",
"version": "7.0.2-rc",
"version": "7.0.0-rc",
"description": "Official TinyMCE Vue 3 Component",
"private": false,
"repository": {
Expand Down

1 comment on commit cbb208b

@Folorunso0808
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We REALLY want you to succeed guyz

Please sign in to comment.