Bump package versions and update RELEASES.md for http-client, github, and attest
Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
This commit is contained in:
co-authored by
salmanmkc
parent
6300e516de
commit
de5ed035f9
@@ -1,5 +1,13 @@
|
||||
# @actions/attest Releases
|
||||
|
||||
### 2.2.0
|
||||
|
||||
- Update undici to v7 [#TBD](https://github.com/actions/toolkit/pull/TBD)
|
||||
|
||||
### 2.1.0
|
||||
|
||||
- Add createStorageRecord function [#1977](https://github.com/actions/toolkit/pull/1977)
|
||||
|
||||
### 2.0.0
|
||||
|
||||
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@actions/attest",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@actions/attest",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actions/attest",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"description": "Actions attestation lib",
|
||||
"keywords": [
|
||||
"github",
|
||||
|
||||
Reference in New Issue
Block a user