diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index 0a518b0d..34361bc2 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,9 @@ # @actions/core Releases +### 1.2.4 +- [Be more lenient in accepting non-string command inputs](https://github.com/actions/toolkit/pull/405) +- [Add Echo commands](https://github.com/actions/toolkit/pull/411) + ### 1.2.3 - [IsDebug logging](README.md#logging) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 2aa13e49..44faa4ad 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 444e14eb..22f3a7ac 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.2.3", + "version": "1.2.4", "description": "Actions core lib", "keywords": [ "github",