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

Commit e95384c

Browse files
committed
bump numbers
1 parent dcd4340 commit e95384c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "rome",
44
"displayName": "Rome",
55
"description": "Rome LSP VS Code Extension",
6-
"version": "0.21.0",
6+
"version": "0.22.0",
77
"icon": "icon.png",
88
"activationEvents": [
99
"onLanguage:javascript",

npm/js-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rometools/js-api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "JavaScript APIs for the Rome package",
55
"scripts": {
66
"tsc": "tsc --noEmit",

npm/rome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rome",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"bin": "bin/rome",
55
"scripts": {
66
"postinstall": "node scripts/postinstall.js"

0 commit comments

Comments
 (0)