Skip to content

Commit

Permalink
Version 0.13.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Jul 25, 2024
1 parent 543ce14 commit 654aa4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 0.12.3 [Unreleased]
## 0.13.0

#### :boom: Breaking Change

- Replace usages of `%external` by binding to `globalThis`. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfill `globalThis`.

#### :bug: Bug Fix

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/react",
"version": "0.12.2",
"version": "0.13.0",
"description": "React bindings for ReScript",
"files": [
"README.md",
Expand Down

0 comments on commit 654aa4b

Please sign in to comment.