Skip to content

Commit

Permalink
chore(main): release w3up-client 13.0.1 (#1431)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[13.0.1](w3up-client-v13.0.0...w3up-client-v13.0.1)
(2024-05-07)


### Fixes

* c8 issue
([f5055b7](f5055b7))
* missing export
([d72d083](d72d083))


### Other Changes

* appease linter
([782c6d0](782c6d0))
* c8 fix
([049170d](049170d))

---
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] committed May 7, 2024
1 parent 049170d commit a22c0ff
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
Expand Up @@ -5,6 +5,6 @@
"packages/capabilities": "17.0.0",
"packages/upload-api": "13.0.2",
"packages/upload-client": "14.0.0",
"packages/w3up-client": "13.0.0",
"packages/w3up-client": "13.0.1",
"packages/did-mailto": "2.0.2"
}
14 changes: 14 additions & 0 deletions packages/w3up-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [13.0.1](https://github.com/w3s-project/w3up/compare/w3up-client-v13.0.0...w3up-client-v13.0.1) (2024-05-07)


### Fixes

* c8 issue ([f5055b7](https://github.com/w3s-project/w3up/commit/f5055b7ff4ee9974611805a58dd274974e69c56e))
* missing export ([d72d083](https://github.com/w3s-project/w3up/commit/d72d083f8815245be2562a7d7e6aabe0c4cc4b45))


### Other Changes

* appease linter ([782c6d0](https://github.com/w3s-project/w3up/commit/782c6d0b3ca93ee801b38126339a262bcd713ede))
* c8 fix ([049170d](https://github.com/w3s-project/w3up/commit/049170d45678257161ac22b55068b2adf96a7ebb))

## [13.0.0](https://github.com/w3s-project/w3up/compare/w3up-client-v12.5.3...w3up-client-v13.0.0) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/w3up-client",
"version": "13.0.0",
"version": "13.0.1",
"description": "Client for the web3.storage w3up api",
"license": "Apache-2.0 OR MIT",
"type": "module",
Expand Down

0 comments on commit a22c0ff

Please sign in to comment.