diff --git a/.changeset/quick-badgers-tan.md b/.changeset/quick-badgers-tan.md deleted file mode 100644 index 447a4b6..0000000 --- a/.changeset/quick-badgers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@somewhatabstract/x": patch ---- - -Minify the tsdown output diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cac48f..3a8379f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @somewhatabstract/x +## 0.5.1 + +### Patch Changes + +- 939d3c1: Minify the tsdown output + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 9d78670..868d0bd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dist" ], "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "Execute any bin defined by any package in a monorepo without needing to install that package", "scripts": { "build": "tsdown",