Skip to content

Commit

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


## 1.0.0 (2022-11-16)


### Features

* a base for a new web3.storage upload-client
([#141](#141))
([72c08d7](72c08d7))
* add static uploads API
([#148](#148))
([8b735fa](8b735fa))

---
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: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
hugomrdias and alanshaw committed Nov 16, 2022
1 parent a89f9c2 commit 37788b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages/wallet": "1.0.0",
"packages/access": "5.0.2",
"packages/access-api": "3.0.0"
"packages/access-api": "3.0.0",
"packages/upload-client": "1.0.0"
}
9 changes: 9 additions & 0 deletions packages/upload-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2022-11-16)


### Features

* a base for a new web3.storage upload-client ([#141](https://github.com/web3-storage/w3protocol/issues/141)) ([9d4b5be](https://github.com/web3-storage/w3protocol/commit/9d4b5bec1f0e870233b071ecb1c7a1e09189624b))
* add static uploads API ([#148](https://github.com/web3-storage/w3protocol/issues/148)) ([d85d051](https://github.com/web3-storage/w3protocol/commit/d85d0515c80b14d97844fe68266f4fb637b6ba76))
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": "0.0.0",
"version": "1.0.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 37788b1

Please sign in to comment.