diff --git a/CHANGELOG.md b/CHANGELOG.md index af257a1..93e29d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Fixed -- The `id` attribute was not being used as the id for the editor. +## 2.1.0 - 2024-01-08 ### Added - Added new `statusbar` attribute that sets the editors `statusbar` config option. +### Fixed +- The `id` attribute was not being used as the id for the editor. + ## 2.0.2 - 2023-03-27 ### Fixed diff --git a/package.json b/package.json index 6df455a..f08e730 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "webpack": "^5.75.0" }, "dependencies": {}, - "version": "2.1.0-rc", + "version": "2.1.0", "name": "@tinymce/tinymce-webcomponent" }