Skip to content

Commit 9b7bcb1

Browse files
authored
actions/core 1.9.0 release (#1116)
* 1.9.0 release * add link to pr
1 parent 00282d6 commit 9b7bcb1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/core/RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @actions/core Releases
22

3+
### 1.9.0
4+
- Added `toPosixPath`, `toWin32Path` and `toPlatformPath` utilities [#1102](https://github.com/actions/toolkit/pull/1102)
5+
36
### 1.8.2
47
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
58

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/core",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Actions core lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)