Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: correctly bump extension version (#3997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Dec 6, 2022
1 parent b31f7a1 commit 8b465bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions editors/vscode/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 editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "rome",
"displayName": "Rome",
"description": "Rome LSP VS Code Extension",
"version": "0.19.0",
"version": "0.20.0",
"icon": "icon.png",
"activationEvents": [
"onLanguage:javascript",
Expand Down
4 changes: 2 additions & 2 deletions npm/js-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rometools/js-api",
"version": "0.1.3",
"version": "0.2.0",
"description": "JavaScript APIs for the Rome package",
"scripts": {
"tsc": "tsc --noEmit",
Expand Down Expand Up @@ -62,4 +62,4 @@
"optional": true
}
}
}
}

0 comments on commit 8b465bf

Please sign in to comment.