diff --git a/CHANGELOG.md b/CHANGELOG.md index 661554f..d3a8869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Added +## 3.0.0 - 2024-06-05 +### Added - Update README.md to contain license key info. - Added storybook dependence's for various `storybook/...` packages. - Added `react` and `react-dom` to dev-dependencies due to certain packages required it. @@ -16,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `licenseKey` to config option. ### Changed - - Bumped `tinymce` version to `7.1.1` latest. - Bumped default `cloud` channel to use `7`. diff --git a/package.json b/package.json index 7844e01..8bb8ba2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tinymce/tinymce-svelte", - "version": "3.0.0-rc", + "version": "3.0.0", "description": "TinyMCE Svelte Component", "private": false, "publishConfig": {