Skip to content

Commit

Permalink
publish tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Apr 29, 2024
1 parent 9bf213a commit 9e7ecc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
## master

## 0.6.1

#### :rocket: New Feature

- Expose `getBinaryPath` JS function that you can import to get the binary to call for the current platform.

## 0.6.0

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion tools/bin/version.ml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let version = "0.6.0"
let version = "0.6.1"
4 changes: 2 additions & 2 deletions tools/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 tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rescript/tools",
"description": "ReScript Tools",
"version": "0.6.0",
"version": "0.6.1",
"author": "ReScript Team",
"license": "MIT",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion tools/rescript.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/tools",
"version": "0.6.0",
"version": "0.6.1",
"sources": [
{
"dir": "npm"
Expand Down

0 comments on commit 9e7ecc1

Please sign in to comment.