Skip to content

Commit

Permalink
chore: release web3.storage 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and olizilla committed Jul 9, 2021
1 parent eb1b30b commit 03bde7e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 1.0.0 (2021-07-09)


### Features

* client `.store` & `.get` ([#2](https://www.github.com/web3-storage/web3.storage/issues/2)) ([fb8f8ce](https://www.github.com/web3-storage/web3.storage/commit/fb8f8ce1267c17b26b29fc9c004ab7a40b503ae9))
* client.get: (cid) => Responsish ([#4](https://www.github.com/web3-storage/web3.storage/issues/4)) ([5efc715](https://www.github.com/web3-storage/web3.storage/commit/5efc7159770d25787bb7ce6cf852105ff5da2076))
* cors ([#3](https://www.github.com/web3-storage/web3.storage/issues/3)) ([42175db](https://www.github.com/web3-storage/web3.storage/commit/42175db4c27efe37df9a6da936f7b276c673efea))
* feat: client.get uses unpackStream ([1973a7b](https://www.github.com/web3-storage/web3.storage/commit/1973a7b6372dd46a5e70458fa4ae1bc3ddf8d275))
* onRootCidReady ([#15](https://www.github.com/web3-storage/web3.storage/issues/15)) ([1442aab](https://www.github.com/web3-storage/web3.storage/commit/1442aab183e538b910a4591d68b0d0fbedafdd18))
* post car api ([#25](https://www.github.com/web3-storage/web3.storage/issues/25)) ([7dd1386](https://www.github.com/web3-storage/web3.storage/commit/7dd13864f6e457ab6ddd69e52ab7223c208b1f1f))
* put files (client) ([#12](https://www.github.com/web3-storage/web3.storage/issues/12)) ([2c11f5e](https://www.github.com/web3-storage/web3.storage/commit/2c11f5e7b1ac3f3935b5e8087908b0590df9fde0))


### Bug Fixes

* change filecoin storage to web3 storage in client ([#9](https://www.github.com/web3-storage/web3.storage/issues/9)) ([9eae4a4](https://www.github.com/web3-storage/web3.storage/commit/9eae4a40b172a35037d3b6f15f69a36c5b0cc14b))
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": "0.0.0",
"version": "1.0.0",
"description": "API client for web3.storage",
"type": "module",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 03bde7e

Please sign in to comment.