Skip to content

Commit 785f252

Browse files
committed
publish tools
1 parent 51b6c46 commit 785f252

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

tools/CHANGELOG.md

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

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

1719
- Add `source` property to type, value, module and module alias. https://github.com/rescript-lang/rescript-vscode/pull/900.

tools/bin/version.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "0.3.0"
1+
let version = "0.5.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.4.0",
4+
"version": "0.5.0",
55
"author": "ReScript Team",
66
"license": "MIT",
77
"bin": {

tools/rescript.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/tools",
3-
"version": "0.3.0",
3+
"version": "0.5.0",
44
"sources": [
55
{
66
"dir": "npm"
@@ -11,4 +11,4 @@
1111
"module": "commonjs",
1212
"in-source": false
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)