We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84046bb commit 39af99cCopy full SHA for 39af99c
CHANGELOG.md
@@ -10,6 +10,10 @@
10
> - :house: [Internal]
11
> - :nail_care: [Polish]
12
13
+## 0.12.1
14
+
15
+- Undeprecate numbered hooks for a smoother upgrading experience.
16
17
## 0.12.0
18
19
- Requires ReScript 11.0.0 or newer.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rescript/react",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"description": "React bindings for ReScript",
5
"files": [
6
"README.md",
0 commit comments