Skip to content

Commit 054e300

Browse files
committedMay 2, 2024·
publish tools
1 parent 5e44e94 commit 054e300

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed
 

‎tools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
1313
## master
1414

15+
## 0.6.2
16+
17+
#### :rocket: New Feature
18+
19+
- Ship Linux ARM64 binaries.
20+
1521
## 0.6.1
1622

1723
#### :rocket: New Feature

‎tools/bin/version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "0.6.1"
1+
let version = "0.6.2"

‎tools/package-lock.json

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

‎tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rescript/tools",
33
"description": "ReScript Tools",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

‎tools/rescript.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/tools",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"sources": [
55
{
66
"dir": "npm"

0 commit comments

Comments
 (0)
Please sign in to comment.