From efcb912d01c5d15e4a1876e80031d563506939e4 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:35:04 +1000 Subject: [PATCH] chore(main): release filecoin-api 4.6.1 (#1363) :robot: I have created a release *beep* *boop* --- ## [4.6.1](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.0...filecoin-api-v4.6.1) (2024-04-12) ### Fixes * upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Vasco Santos --- .github/release-please-manifest.json | 2 +- packages/filecoin-api/CHANGELOG.md | 7 +++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 66bf63d26..f1e61406d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.2.0", - "packages/filecoin-api": "4.6.0", + "packages/filecoin-api": "4.6.1", "packages/filecoin-client": "3.3.1", "packages/capabilities": "13.2.1", "packages/upload-api": "9.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index a81bae473..641b27ceb 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.1](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.0...filecoin-api-v4.6.1) (2024-04-12) + + +### Fixes + +* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) + ## [4.6.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.5.0...filecoin-api-v4.6.0) (2024-03-26) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 71c174e70..efac0e304 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.6.0", + "version": "4.6.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",