Skip to content

Commit 7c2f372

Browse files
committed
0.2.0
1 parent 3bd5c12 commit 7c2f372

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main
44

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

79
- Change `Map.set` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/34

bsconfig.json

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

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@rescript/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",
77
"watch": "rescript build -w",
88
"test": "node test/TestSuite.mjs && node test/TempTests.mjs"
99
},
10-
"keywords": ["rescript"],
10+
"keywords": [
11+
"rescript"
12+
],
1113
"homepage": "https://github.com/rescript-association/rescript-core",
1214
"author": "ReScript Team",
1315
"license": "MIT",

0 commit comments

Comments
 (0)