1
0
Fork 0

release notes (#317)

pull/320/head
eric sciple 2020-01-21 13:25:05 -05:00 committed by GitHub
parent a9175f3986
commit 6072c249ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# @actions/core Releases # @actions/core Releases
### 1.2.2
- [Fix escaping for runner commands](https://github.com/actions/toolkit/pull/302)
### 1.2.1 ### 1.2.1
- [Remove trailing comma from commands](https://github.com/actions/toolkit/pull/263) - [Remove trailing comma from commands](https://github.com/actions/toolkit/pull/263)

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/core", "name": "@actions/core",
"version": "1.2.1", "version": "1.2.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/core", "name": "@actions/core",
"version": "1.2.1", "version": "1.2.2",
"description": "Actions core lib", "description": "Actions core lib",
"keywords": [ "keywords": [
"github", "github",

View File

@ -1,5 +1,10 @@
# @actions/github Releases # @actions/github Releases
### 2.1.0
- [Octokit client follows proxy settings](https://github.com/actions/toolkit/pull/314)
- [Fix issue number for pull request comment events](https://github.com/actions/toolkit/pull/311)
### 2.0.1 ### 2.0.1
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221) - [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "2.0.2", "version": "2.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "2.0.2", "version": "2.1.0",
"description": "Actions github lib", "description": "Actions github lib",
"keywords": [ "keywords": [
"github", "github",

View File

@ -1,5 +1,9 @@
# @actions/tool-cache Releases # @actions/tool-cache Releases
### 1.3.1
- [Increase http-client min version](https://github.com/actions/toolkit/pull/314)
### 1.3.0 ### 1.3.0
- [Uses @actions/http-client](https://github.com/actions/http-client) - [Uses @actions/http-client](https://github.com/actions/http-client)