Skip to content

Commit 3727d63

Browse files
committed
0.3.0
1 parent d73268e commit 3727d63

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

33
## main
44

5+
## 0.3.0
6+
57
### API changes
68

79
- Add `Result.forEach` https://github.com/rescript-association/rescript-core/pull/116
10+
- Set peer dependencies range for ReScript compiler https://github.com/rescript-association/rescript-core/pull/133
811

912
## 0.2.0
1013

bsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"sources": [
55
{
66
"dir": "src",

package-lock.json

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

0 commit comments

Comments
 (0)