Release extension version 0.3.10

This commit is contained in:
GitHub Actions
2024-05-29 16:45:29 +00:00
parent 657b14fd19
commit 7c18d8fae8
6 changed files with 23 additions and 21 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/languageservice",
"version": "0.3.9",
"version": "0.3.10",
"description": "Language service for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -44,8 +44,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.9",
"@actions/workflow-parser": "^0.3.9",
"@actions/expressions": "^0.3.10",
"@actions/workflow-parser": "^0.3.10",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-languageserver-types": "^3.17.2",
"vscode-uri": "^3.0.7",