Skip to content

Commit 4818f79

Browse files
committed
0.4.0
1 parent 033421e commit 4818f79

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

33
## Next version
44

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

79
- Map, Set, WeakMap, WeakSet: use the types defined in the Js namespace. https://github.com/rescript-association/rescript-core/pull/143

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",
@@ -19,7 +19,8 @@
1919
"LICENSE",
2020
"bsconfig.json",
2121
"src/**/*.res",
22-
"src/**/*.resi"
22+
"src/**/*.resi",
23+
"src/**/*.mjs"
2324
],
2425
"peerDependencies": {
2526
"rescript": "^10.1.0 || ^11.0.0-alpha.0 || next"

0 commit comments

Comments
 (0)