Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Jun 29, 2024
1 parent 442f179 commit 69dbeef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

## Next version

## 1.5.1

- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236

## 1.5.0

- 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.
- Fix type of `Nullable.t` which was not untagged in the implementation. https://github.com/rescript-association/rescript-core/pull/235
- Remove leftover top-level t<'a>. https://github.com/rescript-association/rescript-core/pull/236

## 1.4.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/core",
"version": "1.5.0",
"version": "1.5.1",
"scripts": {
"clean": "rescript clean",
"build": "rescript",
Expand Down

0 comments on commit 69dbeef

Please sign in to comment.