Skip to content

Commit

Permalink
chore(main): release upload-api 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Mar 8, 2023
1 parent 698a033 commit 43398e5
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,6 +2,6 @@
"packages/access-client": "10.0.0",
"packages/access-api": "4.11.0",
"packages/capabilities": "3.2.0",
"packages/upload-api": "1.0.2",
"packages/upload-api": "1.0.3",
"packages/upload-client": "7.0.0"
}
8 changes: 8 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.3](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.2...upload-api-v1.0.3) (2023-03-08)


### Bug Fixes

* switch upload-api to node16 ([#509](https://github.com/web3-storage/w3protocol/issues/509)) ([698a033](https://github.com/web3-storage/w3protocol/commit/698a03391221aceb1ce602c407587497d97a77ed))
* types so that w3infra would have been evident ([#507](https://github.com/web3-storage/w3protocol/issues/507)) ([544a838](https://github.com/web3-storage/w3protocol/commit/544a838fa16b316825f69fd95fcb5e35002ac958))

## [1.0.2](https://github.com/web3-storage/w3protocol/compare/upload-api-v1.0.1...upload-api-v1.0.2) (2023-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/upload-api",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"main": "./src/lib.js",
"files": [
Expand Down

0 comments on commit 43398e5

Please sign in to comment.