From 1c9547196c6a1818f6de9bbec1d17236aacde4b2 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:29:04 +1000 Subject: [PATCH] chore(main): release filecoin-client 3.3.1 (#1361) :robot: I have created a release *beep* *boop* --- ## [3.3.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.3.0...filecoin-client-v3.3.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-client/CHANGELOG.md | 7 +++++++ packages/filecoin-client/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 87965480e..66bf63d26 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.2.0", "packages/filecoin-api": "4.6.0", - "packages/filecoin-client": "3.3.0", + "packages/filecoin-client": "3.3.1", "packages/capabilities": "13.2.1", "packages/upload-api": "9.0.0", "packages/upload-client": "13.2.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 18b7492fc..efcaa3b1c 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.3.0...filecoin-client-v3.3.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)) + ## [3.3.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.2.0...filecoin-client-v3.3.0) (2024-03-21) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 88d07540b..16fc31135 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.3.0", + "version": "3.3.1", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {