Skip to content

Commit 15c7f0d

Browse files
authored
Version 0.12.2 (#116)
1 parent a6e311a commit 15c7f0d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
## 0.12.2
14+
15+
- Fix incorrect usage of `@uncurry`.
16+
- bsconfig.json -> rescript.json.
17+
1318
## 0.12.1
1419

1520
- Undeprecate numbered hooks for a smoother upgrading experience.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",

0 commit comments

Comments
 (0)