Skip to content

Latest commit

 

History

History
94 lines (50 loc) · 4.68 KB

File metadata and controls

94 lines (50 loc) · 4.68 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.1 (2026-01-29)

Note: Version bump only for package find-and-require-package-json

0.9.0 (2026-01-20)

Note: Version bump only for package find-and-require-package-json

0.8.6 (2026-01-07)

Note: Version bump only for package find-and-require-package-json

0.8.5 (2025-12-27)

Note: Version bump only for package find-and-require-package-json

0.8.4 (2025-12-27)

Note: Version bump only for package find-and-require-package-json

0.8.3 (2025-12-27)

Note: Version bump only for package find-and-require-package-json

0.8.2 (2025-12-17)

Note: Version bump only for package find-and-require-package-json

0.8.1 (2025-12-14)

Note: Version bump only for package find-and-require-package-json

0.8.0 (2025-12-13)

Bug Fixes

  • find-and-require-package-json: require callerDir parameter to find correct package.json (ba4133f)

BREAKING CHANGES

  • find-and-require-package-json: findAndRequirePackageJson() now requires a callerDir parameter.

Previously, the function used __dirname internally which always pointed to the find-and-require-package-json package's own directory, causing it to return the wrong package.json when called from other packages.

Now callers must pass their own __dirname (CJS) or dirname(fileURLToPath(import.meta.url)) (ESM) to find the correct package.json.

Fixes CI failures in constructive repo where plugins were incorrectly identified as 'find-and-require-package-json@0.6.8' instead of their actual names.

Co-Authored-By: Dan Lynch pyramation@gmail.com

0.6.8 (2025-12-13)

Note: Version bump only for package find-and-require-package-json

0.6.7 (2025-11-28)

Note: Version bump only for package @constructive-io/find-pkg

0.6.6 (2025-11-26)

Note: Version bump only for package @constructive-io/find-pkg

0.6.5 (2025-11-24)

Note: Version bump only for package @constructive-io/find-pkg

0.6.4 (2025-11-24)

Note: Version bump only for package @constructive-io/find-pkg

0.6.3 (2025-11-23)

Note: Version bump only for package @constructive-io/find-pkg

0.6.2 (2025-11-23)

Note: Version bump only for package @constructive-io/find-pkg

0.6.1 (2025-11-23)

Note: Version bump only for package @constructive-io/find-pkg

0.6.0 (2025-11-23)

Note: Version bump only for package @constructive-io/find-pkg