diff --git a/.changeset/quieter-flag-tip.md b/.changeset/quieter-flag-tip.md deleted file mode 100644 index c98dd76..0000000 --- a/.changeset/quieter-flag-tip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@somewhatabstract/x": patch ---- - -The "use `--` to separate flags" tip is now only shown when an x option flag (e.g. `--dry-run`, `-d`) appears after the script name without a `--` separator — previously it fired for any flag-looking argument, which was noisy because most of those flags pass through to the script just fine. Set `NO_WARN=1` to silence the tip entirely. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8379f..f880023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @somewhatabstract/x +## 0.5.2 + +### Patch Changes + +- 59b31dc: The "use `--` to separate flags" tip is now only shown when an x option flag (e.g. `--dry-run`, `-d`) appears after the script name without a `--` separator — previously it fired for any flag-looking argument, which was noisy because most of those flags pass through to the script just fine. Set `NO_WARN=1` to silence the tip entirely. + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index b09ccca..f4038d7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dist" ], "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "Execute any bin defined by any package in a monorepo without needing to install that package", "scripts": { "build": "tsdown",