Skip to content

Commit f45ad14

Browse files
committed
0.7.0
1 parent af4c86b commit f45ad14

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+
## 0.7.0
6+
57
- Add `Dict.getUnsafe` https://github.com/rescript-association/rescript-core/pull/167
68
- Fixes mis-bound `Intl` functions https://github.com/rescript-association/rescript-core/pull/180
79
- `Intl.DateTimeFormat.formatRangeToParts` was bound to `formatRange` instead of `formatRangeToParts`

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

0 commit comments

Comments
 (0)