We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22db48b commit 0a0a3a7Copy full SHA for 0a0a3a7
CHANGELOG.md
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
-### Fixed
+## 4.3.2 - 2023-11-20
10
+
11
+### Fixed
12
- Removed `storybook-deploy` dependency. #INT-3254
13
14
## 4.3.1 - 2023-11-16
package.json
@@ -70,6 +70,6 @@
70
"tinymce-6": "npm:tinymce@^6",
71
"typescript": "~5.2.2"
72
},
73
- "version": "4.3.2-rc",
+ "version": "4.3.2",
74
"name": "@tinymce/tinymce-react"
75
}
0 commit comments