Skip to content

Commit

Permalink
chore(main): release filecoin-api 4.1.0 (#1085)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.1.0](filecoin-api-v4.0.6...filecoin-api-v4.1.0)
(2023-11-08)


### Features

* add usage/report capability
([#1079](#1079))
([6418b4b](6418b4b))
* filecoin info
([#1091](#1091))
([adb2442](adb2442))


### Bug Fixes

* lint ([#1095](#1095))
([f9cc770](f9cc770))

---
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 <santos.vasco10@gmail.com>
  • Loading branch information
it-dag-house and vasco-santos authored Nov 8, 2023
1 parent 2cbc76d commit 9b752f9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.1.0",
"packages/capabilities": "11.3.0",
"packages/upload-api": "7.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/filecoin-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/filecoin-api",
"version": "4.0.6",
"version": "4.1.0",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit 9b752f9

Please sign in to comment.