From d70f6f5b7e40f3a2f23a6af467521a64f3455be9 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:21:27 -0800 Subject: [PATCH] chore(main): release filecoin-api 4.1.0 --- .github/release-please-manifest.json | 2 +- packages/filecoin-api/CHANGELOG.md | 13 +++++++++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2824c0b3b..6304789a4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "16.5.1", - "packages/filecoin-api": "4.0.6", + "packages/filecoin-api": "4.1.0", "packages/filecoin-client": "3.0.2", "packages/capabilities": "11.2.0", "packages/upload-api": "7.2.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index de39aefa0..28334708c 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.1.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.0.6...filecoin-api-v4.1.0) (2023-11-08) + + +### Features + +* add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) +* filecoin info ([#1091](https://github.com/web3-storage/w3up/issues/1091)) ([adb2442](https://github.com/web3-storage/w3up/commit/adb24424d1faf50daf2339b77c22fdd44faa236a)) + + +### Bug Fixes + +* lint ([#1095](https://github.com/web3-storage/w3up/issues/1095)) ([f9cc770](https://github.com/web3-storage/w3up/commit/f9cc77029d7c0651cb2961d08eca6f94dc1aef6c)) + ## [4.0.6](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.0.5...filecoin-api-v4.0.6) (2023-11-05) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 442b51a93..1e091c8ae 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.0.6", + "version": "4.1.0", "type": "module", "main": "./src/lib.js", "files": [