From 37f1ffd638e9498b78bcf444e87182e1599e7b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:56:50 +0200 Subject: [PATCH] chore(main): release filecoin-client 3.3.2 (#1397) :robot: I have created a release *beep* *boop* --- ## [3.3.2](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.1...filecoin-client-v3.3.2) (2024-04-24) ### Fixes * migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 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 c918f17f7..23fa0e2a3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.3.1", "packages/filecoin-api": "5.0.0", - "packages/filecoin-client": "3.3.1", + "packages/filecoin-client": "3.3.2", "packages/capabilities": "14.0.2", "packages/upload-api": "10.0.0", "packages/upload-client": "13.2.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index efcaa3b1c..073bcf02c 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.2](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.1...filecoin-client-v3.3.2) (2024-04-24) + + +### Fixes + +* migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) + ## [3.3.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.3.0...filecoin-client-v3.3.1) (2024-04-12) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index ca1694965..a7e803e77 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.1", + "version": "3.3.2", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {