Skip to content

Commit

Permalink
Merge branch 'release/0.0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Sep 13, 2024
2 parents 4c8703e + a11169d commit 24ae894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailshq/language-server",
"version": "0.0.4",
"version": "0.0.5",
"description": "Language Server Protocol server for Sails Language Service",
"homepage": "https://sailjs.com",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": "true",
"name": "sails-vscode",
"displayName": "Sails",
"version": "0.0.4",
"version": "0.0.5",
"description": "Language support for Sails",
"main": "./dist/client.js",
"author": "Kelvin Omereshone",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@rsdoctor/rspack-plugin": "^0.4.1",
"@sailshq/language-server": "^0.0.4",
"@sailshq/language-server": "^0.0.5",
"@types/node": "^22.5.2",
"@types/vscode": "^1.82.0",
"@vscode/vsce": "^3.0.0"
Expand Down

0 comments on commit 24ae894

Please sign in to comment.