Merge pull request #239 from actions/joshmgross/v6

Release version 6.0.0
This commit is contained in:
Josh Gross
2022-02-11 10:21:20 -05:00
committed by GitHub
2 changed files with 24 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "github-script",
"description": "A GitHub action for executing a simple script",
"version": "5.1.0",
"version": "6.0.0",
"author": "GitHub",
"license": "MIT",
"main": "dist/index.js",
@@ -54,4 +54,4 @@
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
}
}
}