Skip to content

Commit

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


##
[5.1.0](upload-client-v5.0.0...upload-client-v5.1.0)
(2022-12-13)


### Features

* sync encode/decode delegations
([#276](#276))
([ab981fb](ab981fb))
* upload/remove returns removed item
([#289](#289))
([5e6681f](5e6681f))

---
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
hugomrdias authored Dec 13, 2022
1 parent 5e6681f commit 0f13a95
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -2,5 +2,5 @@
"packages/access-client": "9.0.1",
"packages/access-api": "3.0.0",
"packages/capabilities": "2.0.0",
"packages/upload-client": "5.0.0"
"packages/upload-client": "5.1.0"
}
8 changes: 8 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.1.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v5.0.0...upload-client-v5.1.0) (2022-12-13)


### Features

* sync encode/decode delegations ([#276](https://github.com/web3-storage/w3protocol/issues/276)) ([ab981fb](https://github.com/web3-storage/w3protocol/commit/ab981fb6e33799153022c0f6d06c282917e7af7c))
* upload/remove returns removed item ([#289](https://github.com/web3-storage/w3protocol/issues/289)) ([5e6681f](https://github.com/web3-storage/w3protocol/commit/5e6681f4886dc4e50550f58bf795944d51023f71))

## [5.0.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v4.0.0...upload-client-v5.0.0) (2022-12-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-client",
"version": "5.0.0",
"version": "5.1.0",
"description": "The web3.storage upload client",
"homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client",
"repository": {
Expand Down

0 comments on commit 0f13a95

Please sign in to comment.