diff --git a/.changeset/pre.json b/.changeset/pre.json index ef87801..0717609 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,6 +15,7 @@ "yaml-register": "0.1.0" }, "changesets": [ + "dirty-phones-chew", "smooth-chicken-retire", "smooth-lizards-poke", "thick-knives-tickle", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b5713c8..35b0a60 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.2-next.5 + +### Patch Changes + +- a3046e3: Gracefully support empty config files (again) + ## 0.3.2-next.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7204e83..30b797c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@proload/core", - "version": "0.3.2-next.4", + "version": "0.3.2-next.5", "description": "Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.", "main": "./lib/cjs/index.cjs", "module": "./lib/esm/index.mjs",