From e478333b649dba4f79ccc3e2d726ea276d7463f5 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:19:24 +0200 Subject: [PATCH] chore(main): release filecoin-client 1.4.0 (#952) :robot: I have created a release *beep* *boop* --- ## [1.4.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.3.0...filecoin-client-v1.4.0) (2023-10-11) ### Features * upgrade to ucanto@9 ([#951](https://github.com/web3-storage/w3up/issues/951)) ([d72faf1](https://github.com/web3-storage/w3up/commit/d72faf1bb07dd11462ae6dff8ee0469f8ae7e9e7)) ### Bug Fixes * upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- packages/filecoin-client/CHANGELOG.md | 12 ++++++++++++ packages/filecoin-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 49c12fab5..f672699b2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "16.0.0", "packages/filecoin-api": "1.4.4", - "packages/filecoin-client": "1.3.0", + "packages/filecoin-client": "1.4.0", "packages/capabilities": "9.5.0", "packages/upload-api": "5.9.0", "packages/upload-client": "9.4.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index b99dc0a97..4bd3f77d8 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.3.0...filecoin-client-v1.4.0) (2023-10-11) + + +### Features + +* upgrade to ucanto@9 ([#951](https://github.com/web3-storage/w3up/issues/951)) ([d72faf1](https://github.com/web3-storage/w3up/commit/d72faf1bb07dd11462ae6dff8ee0469f8ae7e9e7)) + + +### Bug Fixes + +* upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) + ## [1.3.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v1.2.2...filecoin-client-v1.3.0) (2023-08-30) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index f1eeb8558..93fd09f83 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "1.3.0", + "version": "1.4.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {