From ba0dcc6f0dab2bf4a22bb502ba6fcf43b9216980 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 17:33:16 +0000 Subject: [PATCH] chore(main): release 1.0.0 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5f0becc --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 2adf881..90a4843 100644 --- a/package.json +++ b/package.json @@ -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",