Navigation Menu

Skip to content

Commit

Permalink
chore(js): version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Nov 1, 2022
1 parent a3c1fd1 commit 800a245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@taplo/cli",
"version": "0.5.4",
"version": "0.6.0",
"description": "A TOML utility tool.",
"bin": {
"taplo": "dist/cli.js"
Expand Down Expand Up @@ -35,4 +35,4 @@
"tslib": "^2.4.0",
"typescript": "^4.7.3"
}
}
}
2 changes: 1 addition & 1 deletion js/lsp/package.json
@@ -1,6 +1,6 @@
{
"name": "@taplo/lsp",
"version": "0.5.3",
"version": "0.6.0",
"description": "A JavaScript wrapper for the Taplo TOML language server.",
"scripts": {
"build": "yarn rollup --silent -c rollup.config.js",
Expand Down

0 comments on commit 800a245

Please sign in to comment.