diff --git a/.changeset/lazy-boxes-speak.md b/.changeset/lazy-boxes-speak.md deleted file mode 100644 index ab598672..00000000 --- a/.changeset/lazy-boxes-speak.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'playroom': minor ---- - -Add support for loading mjs config files - -Consumers should now be able to write their configuration files using ES modules. By default Playroom will look for `playroom.config.js` with either a `.js`, `.mjs` or `.cjs` file extension. diff --git a/CHANGELOG.md b/CHANGELOG.md index 909dbff5..57f1e8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # playroom +## 0.33.0 + +### Minor Changes + +- 2d3571b: Add support for loading mjs config files + + Consumers should now be able to write their configuration files using ES modules. By default Playroom will look for `playroom.config.js` with either a `.js`, `.mjs` or `.cjs` file extension. + ## 0.32.1 ### Patch Changes diff --git a/package.json b/package.json index 9bf685d4..c45628c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.32.1", + "version": "0.33.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",