From 9116a7cd7104ff7653b5172f72cfd3dd5ed288b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:06:54 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c98ba6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-06-14) + + +### Features + +* initial commit ([#1](https://github.com/nftstorage/cli/issues/1)) ([81a9531](https://github.com/nftstorage/cli/commit/81a9531b4061a52647f586db51eab34f0f92c6db)) +* initial implementation ([#2](https://github.com/nftstorage/cli/issues/2)) ([c4e02c7](https://github.com/nftstorage/cli/commit/c4e02c7e5cce341300edec0f1769ec0fe577f8a7)) + + +### Bug Fixes + +* workflow script ([ea62720](https://github.com/nftstorage/cli/commit/ea62720d4f0b960355d0d31fd5e709ff16331093)) +* workflow script ([3018771](https://github.com/nftstorage/cli/commit/301877180aa2267ea69732156b835212cb4a390f)) + + +### Other Changes + +* rename ([06c2e12](https://github.com/nftstorage/cli/commit/06c2e12d7c39ed8431ee4ea315513356d7a55758)) diff --git a/package.json b/package.json index 5a65892..215e140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "The CLI to interact with api.nft.storage", "type": "module", "bin": {