diff --git a/.changeset/quiet-lizards-smell.md b/.changeset/quiet-lizards-smell.md deleted file mode 100644 index 4cbdb60..0000000 --- a/.changeset/quiet-lizards-smell.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@blurengine/cli": patch ---- - -Fix `blr world level-dat dump` and `edit` when they receive explicit relative -paths through `npm run` from a nested project directory. - -`blr` now resolves those explicit `level.dat` paths from the original shell -working directory when npm provides it, while still ignoring unrelated -`INIT_CWD` values that point outside the current project. Tests now cover both -the nested invocation case and the outside-project fallback behavior. diff --git a/packages/blr/CHANGELOG.md b/packages/blr/CHANGELOG.md index f7560d6..9013b14 100644 --- a/packages/blr/CHANGELOG.md +++ b/packages/blr/CHANGELOG.md @@ -1,5 +1,17 @@ # @blurengine/cli +## 0.5.1 + +### Patch Changes + +- [`6a6048a`](https://github.com/BlurEngine/cli/commit/6a6048a510d2643a9d34c83e6f0b089a4e9c3c48) Thanks [@SupaHam](https://github.com/SupaHam)! - Fix `blr world level-dat dump` and `edit` when they receive explicit relative + paths through `npm run` from a nested project directory. + + `blr` now resolves those explicit `level.dat` paths from the original shell + working directory when npm provides it, while still ignoring unrelated + `INIT_CWD` values that point outside the current project. Tests now cover both + the nested invocation case and the outside-project fallback behavior. + ## 0.5.0 ### Minor Changes diff --git a/packages/blr/package.json b/packages/blr/package.json index f0a0326..44c66d3 100644 --- a/packages/blr/package.json +++ b/packages/blr/package.json @@ -1,6 +1,6 @@ { "name": "@blurengine/cli", - "version": "0.5.0", + "version": "0.5.1", "description": "BlurEngine generator and lifecycle CLI.", "author": "Blur Engine Limited", "license": "Apache-2.0",