diff --git a/.changeset/wicked-tigers-fry.md b/.changeset/wicked-tigers-fry.md deleted file mode 100644 index 1410b64..0000000 --- a/.changeset/wicked-tigers-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@somewhatabstract/x": minor ---- - -Give a useful script name for installs. This uses `x` when invoked as `x` or via say `pnpm x`. This means the tab completion should work out-of-the-box for global installations. diff --git a/CHANGELOG.md b/CHANGELOG.md index cfadc40..3cac48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @somewhatabstract/x +## 0.5.0 + +### Minor Changes + +- 7f03a1f: Give a useful script name for installs. This uses `x` when invoked as `x` or via say `pnpm x`. This means the tab completion should work out-of-the-box for global installations. + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 7b63b2c..9d78670 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dist" ], "type": "module", - "version": "0.4.1", + "version": "0.5.0", "description": "Execute any bin defined by any package in a monorepo without needing to install that package", "scripts": { "build": "tsdown",