From 0d3a22592e5821d20f43d5013bc59cdaca2e5041 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:29:04 +0000 Subject: [PATCH] Version Packages --- .changeset/quick-badgers-tan.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quick-badgers-tan.md 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",