Skip to content

Commit a1cfe7b

Browse files
committed
7.1.0
1 parent 00055c4 commit a1cfe7b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# current
44

55

6+
# 7.1.0
7+
(it was 7.0.2 but bumped into 7.1.0 due to a breaking change introduced in 7.0.2)
8+
- #4131 support `bstracing -C`
69

710
# 7.0.2
811

@@ -20,6 +23,7 @@
2023
2124
- #4090 #4087 fix the unsoundess issue of Js.Array.push
2225
now the empty array `[||]` won't have a polymorophic type, it will have a concrete type.
26+
This is a bug fix but also a breaking change
2327
- #4038 Duplicated package warning for symlinked folders
2428
- #41112 #4111 #4067 #4101 provide websocket error better error message and better docs
2529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "node scripts/install.js"
1717
},
1818
"name": "bs-platform",
19-
"version": "7.0.2",
19+
"version": "7.1.0",
2020
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)