diff --git a/packages/create-nft-storage/CHANGELOG.md b/packages/create-nft-storage/CHANGELOG.md index 15a36e2132..bd0958a238 100644 --- a/packages/create-nft-storage/CHANGELOG.md +++ b/packages/create-nft-storage/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.0 (2022-10-05) + + +### Features + +* create starter kit and ucan example ([#1593](https://github.com/nftstorage/nft.storage/issues/1593)) ([0408aa1](https://github.com/nftstorage/nft.storage/commit/0408aa12e0a5d6dcacbd257d9190be441cef4552)) + + +### Bug Fixes + +* **create-nft-storage:** add got to the deps ([a77bc37](https://github.com/nftstorage/nft.storage/commit/a77bc37b3c0c791d100e52dd06864d303f9554d9)) + + +### Other Changes + +* **main:** release create-nft-storage 1.0.0 ([#1674](https://github.com/nftstorage/nft.storage/issues/1674)) ([3360f5c](https://github.com/nftstorage/nft.storage/commit/3360f5c83dac6358a5c2906feab69f314ad863c2)) +* **main:** release create-nft-storage 1.0.1 ([#1675](https://github.com/nftstorage/nft.storage/issues/1675)) ([0b7c8c0](https://github.com/nftstorage/nft.storage/commit/0b7c8c0de40994a873664ec0019fe9a744b63c87)) + ### [1.0.1](https://github.com/nftstorage/nft.storage/compare/create-nft-storage-v1.0.0...create-nft-storage-v1.0.1) (2022-03-21) diff --git a/packages/create-nft-storage/package.json b/packages/create-nft-storage/package.json index 67eecf3df1..74caf0f3c6 100644 --- a/packages/create-nft-storage/package.json +++ b/packages/create-nft-storage/package.json @@ -1,6 +1,6 @@ { "name": "create-nft-storage", - "version": "1.0.1", + "version": "1.0.0", "description": "Create a new NFT Storage app.", "homepage": "https://nft.storage", "license": "(Apache-2.0 OR MIT)",