Skip to content

Commit 0b4bd00

Browse files
committed
1.4.0
1 parent 98e30dd commit 0b4bd00

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

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

33
## Next version
44

5+
## 1.4.0
6+
57
- Add `RegExp.setLastIndex` function. https://github.com/rescript-association/rescript-core/pull/219
68
- Add `Nullable.isNullable` function. https://github.com/rescript-association/rescript-core/pull/227
79
- Remove some deps to Belt, Pervasives and Js. https://github.com/rescript-association/rescript-core/pull/226/commits

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/core",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",

0 commit comments

Comments
 (0)