Skip to content

Commit

Permalink
chore: release web3.storage 2.0.0 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 19, 2021
1 parent 2a50439 commit 618398a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://www.github.com/web3-storage/web3.storage/compare/web3.storage-v1.0.0...web3.storage-v2.0.0) (2021-07-19)


### ⚠ BREAKING CHANGES

* cid prop on web3file is a string

### Features

* client.status(cid) ([#95](https://www.github.com/web3-storage/web3.storage/issues/95)) ([b0a7d63](https://www.github.com/web3-storage/web3.storage/commit/b0a7d639ad28eccdbfd7a33a16a0a5004774533d))


### Bug Fixes

* cid prop on web3file is a string ([46dfe2f](https://www.github.com/web3-storage/web3.storage/commit/46dfe2fb26948dabc82e1b7c645f58bfb1d4a407))
* usage examples ([#58](https://www.github.com/web3-storage/web3.storage/issues/58)) ([0f5c23b](https://www.github.com/web3-storage/web3.storage/commit/0f5c23b57abded860f4dcffc2e7bef4265821cb0))

## 1.0.0 (2021-07-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3.storage",
"version": "1.0.0",
"version": "2.0.0",
"description": "API client for web3.storage",
"type": "module",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 618398a

Please sign in to comment.