Skip to content

Commit b58b67d

Browse files
committed
0.3.1
1 parent a850074 commit b58b67d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## main
44

5+
## 0.3.1
6+
7+
### Bug fixes
8+
9+
- Fix peer dependency range so later versions of npm don't complain as `Core` is used with ReScript `v11` alpha.
10+
511
## 0.3.0
612

713
### API changes

package-lock.json

+3-3
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/core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",

0 commit comments

Comments
 (0)