Compare commits

..
Author SHA1 Message Date
Daniel Kennedy 946d27335b Add release notes 2026-01-28 13:27:02 -05:00
Daniel Kennedy 4a2af24706 @actions/io: convert to ESM module 2026-01-28 13:25:11 -05:00
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
# @actions/io Releases
## 3.0.1
- Fix: export `@actions/io/lib/io-util`
## 3.0.0
- **Breaking change**: Package is now ESM-only
@@ -20,7 +16,7 @@
## 1.1.2
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
## 1.1.1
+1 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/io",
"version": "3.0.1",
"version": "3.0.0",
"description": "Actions io lib",
"keywords": [
"github",
@@ -16,10 +16,6 @@
".": {
"types": "./lib/io.d.ts",
"import": "./lib/io.js"
},
"./lib/io-util": {
"types": "./lib/io-util.d.ts",
"import": "./lib/io-util.js"
}
},
"directories": {