Skip to content

Commit

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


##
[4.2.0](filecoin-api-v4.1.2...filecoin-api-v4.2.0)
(2023-11-28)


### Features

* aggregator keeping oldest piece ts
([#1188](#1188))
([97a7def](97a7def))


### Fixes

* package metadata
([#1161](#1161))
([b8a1cc2](b8a1cc2))
* storefront events cron with max concurrency
([#1191](#1191))
([11010c9](11010c9))

---
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 <[email protected]>
  • Loading branch information
it-dag-house and vasco-santos authored Nov 28, 2023
1 parent 26fde82 commit dfdf762
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": "18.0.3",
"packages/filecoin-api": "4.1.2",
"packages/filecoin-api": "4.2.0",
"packages/filecoin-client": "3.1.3",
"packages/capabilities": "12.0.3",
"packages/upload-api": "7.3.3",
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.2.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.1.2...filecoin-api-v4.2.0) (2023-11-28)


### Features

* aggregator keeping oldest piece ts ([#1188](https://github.com/web3-storage/w3up/issues/1188)) ([97a7def](https://github.com/web3-storage/w3up/commit/97a7defa433b57591f23eddee692445437a718a1))


### Fixes

* package metadata ([#1161](https://github.com/web3-storage/w3up/issues/1161)) ([b8a1cc2](https://github.com/web3-storage/w3up/commit/b8a1cc2e125a91be582998bda295e1ae1caab087))
* storefront events cron with max concurrency ([#1191](https://github.com/web3-storage/w3up/issues/1191)) ([11010c9](https://github.com/web3-storage/w3up/commit/11010c94b9682e93b6209a169871021d37b76011))

## [4.1.2](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.1.1...filecoin-api-v4.1.2) (2023-11-16)


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.1.2",
"version": "4.2.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit dfdf762

Please sign in to comment.