diff --git a/.changeset/nervous-donkeys-hammer.md b/.changeset/nervous-donkeys-hammer.md deleted file mode 100644 index 1450803..0000000 --- a/.changeset/nervous-donkeys-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fixture-kit/core": patch ---- - -Keep relative symlinks inside the copy in `Fixture.fromDirectory`. `fs.cp` rewrites relative symlink targets to absolute paths unless `verbatimSymlinks` is set, so a link in the source directory pointed back at the source after the copy. diff --git a/CHANGELOG.md b/CHANGELOG.md index bbac280..30ad723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fixture-kit +## 1.0.1 + +### Patch Changes + +- 5400e4e: Keep relative symlinks inside the copy in `Fixture.fromDirectory`. `fs.cp` rewrites relative symlink targets to absolute paths unless `verbatimSymlinks` is set, so a link in the source directory pointed back at the source after the copy. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 4f9c6b6..72f75ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fixture-kit/core", - "version": "1.0.0", + "version": "1.0.1", "description": "A kit for managing fixtures for testing", "keywords": [ "fixture",