diff --git a/packages/core/RELEASES.md b/packages/core/RELEASES.md index da55cf9d..14039b56 100644 --- a/packages/core/RELEASES.md +++ b/packages/core/RELEASES.md @@ -1,5 +1,8 @@ # @actions/core Releases +### 1.10.1 +- Fix error message reference in oidc utils [#1511](https://github.com/actions/toolkit/pull/1511) + ### 1.10.0 - `saveState` and `setOutput` now use environment files if available [#1178](https://github.com/actions/toolkit/pull/1178) - `getMultilineInput` now correctly trims whitespace by default [#1185](https://github.com/actions/toolkit/pull/1185) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 4652aeac..3acf99cd 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@actions/core", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "dependencies": { "@actions/http-client": "^2.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index 629b4a2d..1558268c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "1.10.0", + "version": "1.10.1", "description": "Actions core lib", "keywords": [ "github",