Skip to content

Commit 540de15

Browse files
zthjfrolich
authored andcommitted
publish tools
1 parent 675a6ff commit 540de15

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
1313
## master
1414

15+
## 0.6.1
16+
17+
#### :rocket: New Feature
18+
19+
- Expose `getBinaryPath` JS function that you can import to get the binary to call for the current platform.
20+
1521
## 0.6.0
1622

1723
#### :rocket: New Feature

tools/bin/version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "0.6.0"
1+
let version = "0.6.1"

tools/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "0.6.1",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

tools/rescript.json

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

0 commit comments

Comments
 (0)