Skip to content

Commit c8c3d05

Browse files
authored
Version 0.14.0 (#144)
1 parent 71c239a commit c8c3d05

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
## 0.14.0
14+
15+
#### :nail_care: Polish
16+
17+
- Keep `useTransition` backward compatibility and add `startTransition`. https://github.com/rescript-lang/rescript-react/pull/142
18+
1319
## 0.14.0-rc.1
1420

1521
#### :rocket: New Feature

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.14.0-rc.1",
3+
"version": "0.14.0",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",

0 commit comments

Comments
 (0)