diff --git a/.changeset/pre.json b/.changeset/pre.json index 4581c70..ef87801 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,6 +17,7 @@ "changesets": [ "smooth-chicken-retire", "smooth-lizards-poke", - "thick-knives-tickle" + "thick-knives-tickle", + "yellow-rats-mate" ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3eec08f..b5713c8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.2-next.4 + +### Patch Changes + +- 72c8577: Rollback empty config file change + ## 0.3.2-next.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9c74c8e..7204e83 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@proload/core", - "version": "0.3.2-next.3", + "version": "0.3.2-next.4", "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",