1
0
Fork 0

@actions/core 1.10.0 release

pull/1187/head
Francesco Renzi 2022-09-29 13:53:58 +00:00
parent b00a9fd033
commit 295cbcc4da
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# @actions/core Releases
### 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)
### 1.9.1
- Randomize delimiter when calling `core.exportVariable`

View File

@ -1,12 +1,12 @@
{
"name": "@actions/core",
"version": "1.9.1",
"version": "1.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/core",
"version": "1.9.1",
"version": "1.10.0",
"license": "MIT",
"dependencies": {
"@actions/http-client": "^2.0.1",

View File

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