Release extension version 0.3.0

This commit is contained in:
GitHub Actions
2023-03-27 20:49:33 +00:00
parent e8b3c20aca
commit 29e676fad1
6 changed files with 62 additions and 2300 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/languageserver",
"version": "0.2.0",
"version": "0.3.0",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -43,8 +43,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/languageservice": "^0.2.0",
"@actions/workflow-parser": "^0.2.0",
"@actions/languageservice": "^0.3.0",
"@actions/workflow-parser": "^0.3.0",
"@octokit/rest": "^19.0.7",
"@octokit/types": "^9.0.0",
"vscode-languageserver": "^8.0.2",