diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e29d6..7cabca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.2.0 - 2025-05-29 + +### Added +- New `readonly` attribute that can be used to toggle the editor's `readonly` mode. #TINY-11911 + ## 2.1.0 - 2024-01-08 ### Added diff --git a/package.json b/package.json index c0f7abf..c10b20e 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "dependencies": { "@tinymce/miniature": "^6.0.0" }, - "version": "2.2.1-rc", + "version": "2.2.0", "name": "@tinymce/tinymce-webcomponent" }