Skip to content

Commit

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

## 0.5.0

#### :rocket: New Feature

- Add `source` property to type, value, module and module alias. https://github.com/rescript-lang/rescript-vscode/pull/900.
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.3.0"
let version = "0.5.0"
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.4.0",
"version": "0.5.0",
"author": "ReScript Team",
"license": "MIT",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions tools/rescript.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/tools",
"version": "0.3.0",
"version": "0.5.0",
"sources": [
{
"dir": "npm"
Expand All @@ -11,4 +11,4 @@
"module": "commonjs",
"in-source": false
}
}
}

0 comments on commit 785f252

Please sign in to comment.