diff --git a/.changeset/good-dragons-sing.md b/.changeset/good-dragons-sing.md deleted file mode 100644 index 1b4c7ecc2..000000000 --- a/.changeset/good-dragons-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bigcommerce/create-catalyst": minor ---- - -Introduce an additional project creation scenario in which projects can be created without prompts if the CLI is provided with a valid `--store-hash`, `--channel-id`, and `--storefront-token` diff --git a/packages/create-catalyst/CHANGELOG.md b/packages/create-catalyst/CHANGELOG.md index b2aaf2b12..72fbb2e90 100644 --- a/packages/create-catalyst/CHANGELOG.md +++ b/packages/create-catalyst/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.17.0 + +### Minor Changes + +- [#1541](https://github.com/bigcommerce/catalyst/pull/1541) [`20c08da`](https://github.com/bigcommerce/catalyst/commit/20c08dae691b43149099892ffd1fa717310b602f) Thanks [@matthewvolk](https://github.com/matthewvolk)! - Introduce an additional project creation scenario in which projects can be created without prompts if the CLI is provided with a valid `--store-hash`, `--channel-id`, and `--storefront-token` + ## 0.16.0 ### Minor Changes diff --git a/packages/create-catalyst/package.json b/packages/create-catalyst/package.json index daa51dff4..7df0b9f39 100644 --- a/packages/create-catalyst/package.json +++ b/packages/create-catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/create-catalyst", - "version": "0.16.0", + "version": "0.17.0", "type": "module", "bin": "bin/index.cjs", "files": [