Skip to content

Commit 69dbeef

Browse files
committed
1.5.1
1 parent 442f179 commit 69dbeef

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## Next version
44

5+
## 1.5.1
6+
7+
- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236
8+
59
## 1.5.0
610

711
- BREAKING: Fixes the type of `RegExp.Result.t` to be `array<option<string>>` instead of `array<string>`. https://github.com/rescript-association/rescript-core/pull/234.
812
- Fix type of `Nullable.t` which was not untagged in the implementation. https://github.com/rescript-association/rescript-core/pull/235
9-
- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236
1013

1114
## 1.4.0
1215

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.5.0",
3+
"version": "1.5.1",
44
"scripts": {
55
"clean": "rescript clean",
66
"build": "rescript",

0 commit comments

Comments
 (0)