Skip to content

Commit 71cd3c0

Browse files
committed
INT-3366: Revert changelog to patch
1 parent 05e0f3c commit 71cd3c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
### Improved
9+
### Fixed
1010
- Editor initialization failure error handling. #INT-3366
1111

1212
## 2.3.1 - 2025-08-11

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"description": "Official TinyMCE Web Component",
3+
"version": "2.3.2-rc",
4+
"name": "@tinymce/tinymce-webcomponent",
35
"repository": {
46
"url": "https://github.com/tinymce/tinymce-webcomponent"
57
},
@@ -51,7 +53,5 @@
5153
},
5254
"dependencies": {
5355
"@tinymce/miniature": "^6.0.0"
54-
},
55-
"version": "2.3.2-rc",
56-
"name": "@tinymce/tinymce-webcomponent"
56+
}
5757
}

0 commit comments

Comments
 (0)