release notes (#317)

This commit is contained in:
eric sciple
2020-01-21 13:25:05 -05:00
committed by GitHub
parent a9175f3986
commit 6072c249ee
7 changed files with 17 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/core Releases
### 1.2.2
- [Fix escaping for runner commands](https://github.com/actions/toolkit/pull/302)
### 1.2.1
- [Remove trailing comma from commands](https://github.com/actions/toolkit/pull/263)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.2.1",
"version": "1.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.2.1",
"version": "1.2.2",
"description": "Actions core lib",
"keywords": [
"github",