mirror of https://github.com/actions/toolkit
release notes (#317)
parent
a9175f3986
commit
6072c249ee
|
@ -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)
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue