diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b46c773..59c0a953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 9.1.1 - 2025-10-31 + ### Fixed - `EventObj` interface not being importable. - `licenseKey` was not defaulted to `gpl`. #INT-3380 diff --git a/package.json b/package.json index 46895371..1f8f2998 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "webpack": "^5.95.0", "zone.js": "~0.14.8" }, - "version": "9.1.1-rc", + "version": "9.1.1", "name": "@tinymce/tinymce-angular" }