Release extension version 0.3.5

This commit is contained in:
GitHub Actions
2023-05-05 17:40:07 +00:00
parent 7c3b116b19
commit cb3ec583e0
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/workflow-parser",
"version": "0.3.4",
"version": "0.3.5",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -43,7 +43,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@actions/expressions": "^0.3.4",
"@actions/expressions": "^0.3.5",
"cronstrue": "^2.21.0",
"yaml": "^2.0.0-8"
},