Skip to content

Commit

Permalink
Merge pull request #1187 from actions/core/1.10
Browse files Browse the repository at this point in the history
@actions/core 1.10.0 release
  • Loading branch information
rentziass committed Sep 29, 2022
2 parents b00a9fd + 295cbcc commit 192c26f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/core/RELEASES.md
@@ -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`

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.9.1",
"version": "1.10.0",
"description": "Actions core lib",
"keywords": [
"github",
Expand Down

0 comments on commit 192c26f

Please sign in to comment.