Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#6)
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] committed Mar 10, 2022
1 parent 3e59de6 commit ba0dcc6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## 1.0.0 (2022-03-10)


### Features

* add cli ([84461d4](https://github.com/nftstorage/ucan.storage/commit/84461d4b5372404fff2c9158581a3c19e347afa5))
* add common and service packages ([b5b64a7](https://github.com/nftstorage/ucan.storage/commit/b5b64a7458eb9b775f8f7670f2c1f9702c4f5882))
* cli issue ucan with proofs ([35bb5dc](https://github.com/nftstorage/ucan.storage/commit/35bb5dca436c511230e4c3219398bd2a7a6d4713))
* cli validate ucan ([f4e872b](https://github.com/nftstorage/ucan.storage/commit/f4e872bad2e4305cb2255d9cbbb4dfe5c49818f2))
* improve validateFromCaps ([91fdeeb](https://github.com/nftstorage/ucan.storage/commit/91fdeeb85f73c3cd94fe954535f5334e3eb9dbeb))
* keypair export/import and utils clean up ([a502c14](https://github.com/nftstorage/ucan.storage/commit/a502c142e9ded68e247aba375a54625977da503e))
* new caps validation ([34e03d8](https://github.com/nftstorage/ucan.storage/commit/34e03d879e14ff543b333606d21461691d171dbb))
* parse did and isUcan methods ([5d2dfa5](https://github.com/nftstorage/ucan.storage/commit/5d2dfa500abe9250369515fc04e918d69e0a8e82))
* refresh ucan and issue with 2 week ttl ([3677eca](https://github.com/nftstorage/ucan.storage/commit/3677eca2683621cea8e9d081ce3e99f0b408a39d))
* repo structure and tests ([d41a0b0](https://github.com/nftstorage/ucan.storage/commit/d41a0b072da542e6941628b2c3d9f0796eeed1aa))
* service validation ([ea47bc9](https://github.com/nftstorage/ucan.storage/commit/ea47bc9dea6c17d40ff2443c7969856ea10aa77e))
* support node 14 ([#18](https://github.com/nftstorage/ucan.storage/issues/18)) ([6cd372e](https://github.com/nftstorage/ucan.storage/commit/6cd372e064ea5de67dce4d5cfa3acf54c4ed5e29))


### Bug Fixes

* make multihash optional ([f1f433f](https://github.com/nftstorage/ucan.storage/commit/f1f433fbc2e5a14dd9ec2c01066991d68e28aeb2))
* update spec and readme regarding delegation of storage sub-paths ([#17](https://github.com/nftstorage/ucan.storage/issues/17)) ([3e59de6](https://github.com/nftstorage/ucan.storage/commit/3e59de678070548f442171d401823b6d37cbf18a))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucan-storage",
"version": "0.1.0",
"version": "1.0.0",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
Expand Down

0 comments on commit ba0dcc6

Please sign in to comment.