Skip to content

Commit 8634477

Browse files
committed
publish tools
1 parent 90b4a4d commit 8634477

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

tools/CHANGELOG.md

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

15+
## 0.6.0
16+
1517
#### :rocket: New Feature
1618

1719
- _internal_ Add experimental command for extracting (string) contents from extension points.

tools/bin/version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "0.5.0"
1+
let version = "0.6.0"

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.5.0",
4+
"version": "0.6.0",
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.5.0",
3+
"version": "0.6.0",
44
"sources": [
55
{
66
"dir": "npm"

0 commit comments

Comments
 (0)