Skip to content

Commit

Permalink
0.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 19, 2021
1 parent 31ce52c commit 0c0d43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of `rescript-react-native`

## 0.64.2 - 2021-03-20

Ooopsy. Actually this release as .res/.resi files.

## 0.64.1 - 2021-03-20

- `reason-react-native` -> `rescript-react-native`
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rescript-react-native",
"description": "ReScript bindings for React Native.",
"version": "0.64.1",
"version": "0.64.2",
"peerDependencies": {
"@rescript/react": "^0.10.0",
"bs-platform": "^9.0.0",
Expand All @@ -16,7 +16,8 @@
"files": [
"*.md",
"bsconfig.json",
"src/**/*.re",
"src/**/*.res",
"src/**/*.resi",
"src/**/*.js",
"!src/**/*.bs.js"
],
Expand Down

0 comments on commit 0c0d43d

Please sign in to comment.