Skip to content

Commit

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


##
[7.19.0](api-v7.18.1...api-v7.19.0)
(2023-07-31)


### Features

* write content claims
([#2291](#2291))
([6a31c9b](6a31c9b))


### Bug Fixes

* remove unnecessary compatibility flags
([#2301](#2301))
([436cdb8](436cdb8))
* signer DID
([82c3462](82c3462))
* this param for fetch calls
([#2292](#2292))
([bf32c53](bf32c53))
* use error message value in cause
([9b07288](9b07288))

---
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
1 parent 82c3462 commit 0f9bf56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [7.19.0](https://github.com/web3-storage/web3.storage/compare/api-v7.18.1...api-v7.19.0) (2023-07-31)


### Features

* write content claims ([#2291](https://github.com/web3-storage/web3.storage/issues/2291)) ([6a31c9b](https://github.com/web3-storage/web3.storage/commit/6a31c9b990d6600c910e9a77c39ce2b12311abab))


### Bug Fixes

* remove unnecessary compatibility flags ([#2301](https://github.com/web3-storage/web3.storage/issues/2301)) ([436cdb8](https://github.com/web3-storage/web3.storage/commit/436cdb82a88a3a253e5916a0dc4e1f6d34bacb89))
* signer DID ([82c3462](https://github.com/web3-storage/web3.storage/commit/82c34620236dcc978dad2b13d1475f2451307c01))
* this param for fetch calls ([#2292](https://github.com/web3-storage/web3.storage/issues/2292)) ([bf32c53](https://github.com/web3-storage/web3.storage/commit/bf32c53959d731ca567b109ab4d5fc73b4bbbfb7))
* use error message value in cause ([9b07288](https://github.com/web3-storage/web3.storage/commit/9b072887557546cbdcd718ea138c08c6319cab35))

## [7.18.1](https://github.com/web3-storage/web3.storage/compare/api-v7.18.0...api-v7.18.1) (2023-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/api",
"version": "7.18.1",
"version": "7.19.0",
"private": true,
"type": "module",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit 0f9bf56

Please sign in to comment.