Skip to content

Commit

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


##
[1.4.0](filecoin-api-v1.3.1...filecoin-api-v1.4.0)
(2023-08-30)


### Features

* w3filecoin new client and api
([#848](#848))
([7a58fbe](7a58fbe))


### Bug Fixes

* types when storefront is not in capability nb
([#886](#886))
([448a7d1](448a7d1))
* upgrade data segment
([#850](#850))
([fba281f](fba281f))
* w3filecoin spec separate capabilities to queue and enqueue
([#856](#856))
([6bf9142](6bf9142)),
closes [#855](#855)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
it-dag-house committed Aug 30, 2023
1 parent 448a7d1 commit e8a5dee
Show file tree
Hide file tree
Showing 3 changed files with 16 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": "15.2.0",
"packages/filecoin-api": "1.3.1",
"packages/filecoin-api": "1.4.0",
"packages/filecoin-client": "1.3.0",
"packages/capabilities": "9.2.1",
"packages/upload-api": "5.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/filecoin-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.3.1...filecoin-api-v1.4.0) (2023-08-30)


### Features

* w3filecoin new client and api ([#848](https://github.com/web3-storage/w3up/issues/848)) ([7a58fbe](https://github.com/web3-storage/w3up/commit/7a58fbe8f6c6fbe98e700b7affd5825ddccf6547))


### Bug Fixes

* types when storefront is not in capability nb ([#886](https://github.com/web3-storage/w3up/issues/886)) ([448a7d1](https://github.com/web3-storage/w3up/commit/448a7d13ea3f90bc5ad6104a04c6d2f940b2817c))
* upgrade data segment ([#850](https://github.com/web3-storage/w3up/issues/850)) ([fba281f](https://github.com/web3-storage/w3up/commit/fba281f8cd3ce2a0a00ffd50a4a73d7701b489ce))
* w3filecoin spec separate capabilities to queue and enqueue ([#856](https://github.com/web3-storage/w3up/issues/856)) ([6bf9142](https://github.com/web3-storage/w3up/commit/6bf9142636fa65367faed8414c50beb9c1791726)), closes [#855](https://github.com/web3-storage/w3up/issues/855)

## [1.3.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v1.2.2...filecoin-api-v1.3.0) (2023-08-30)


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": "1.3.1",
"version": "1.4.0",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit e8a5dee

Please sign in to comment.