Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Boop 9d05a59451 add link to pr 2022-06-15 11:23:09 -04:00
Thomas Boop af52a43780 1.9.0 release 2022-06-15 11:21:28 -04:00
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.9.0
- Added `toPosixPath`, `toWin32Path` and `toPlatformPath` utilities [#1102](https://github.com/actions/toolkit/pull/1102)
### 1.8.2
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.8.2",
"version": "1.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.8.2",
"version": "1.9.0",
"description": "Actions core lib",
"keywords": [
"github",