Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit a9d5d9b

Browse files
bump version
1 parent 3b22cd0 commit a9d5d9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ _out
22
node_modules
33
.DS_Store
44
testoutput.txt
5+
npm-debug.log

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/http-client",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Actions Http Client",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)