diff --git a/.changeset/swift-schools-live.md b/.changeset/swift-schools-live.md deleted file mode 100644 index 9efdbf2..0000000 --- a/.changeset/swift-schools-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@somewhatabstract/x": patch ---- - -Make sure that we resolve to realpaths when comparing file paths in module import diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b1a05..cfadc40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @somewhatabstract/x +## 0.4.1 + +### Patch Changes + +- a60a5c9: Make sure that we resolve to realpaths when comparing file paths in module import + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 03c057a..7b63b2c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dist" ], "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "Execute any bin defined by any package in a monorepo without needing to install that package", "scripts": { "build": "tsdown",