diff --git a/.changeset/fix-cli-version-reporting.md b/.changeset/fix-cli-version-reporting.md deleted file mode 100644 index 9016fff..0000000 --- a/.changeset/fix-cli-version-reporting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shop-cli": patch ---- - -Fix `shop --version` and the User-Agent header reporting a stale hard-coded version. diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4d156..bb4589b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/shop-cli +## 0.1.3 + +### Patch Changes + +- ed71a90: Fix `shop --version` and the User-Agent header reporting a stale hard-coded version. + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index e9b00c6..5af4726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/shop-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "Personal shopping CLI for Shop catalog search, checkout, and order workflows", "type": "module", "license": "MIT",