diff --git a/.changeset/cold-vans-help.md b/.changeset/cold-vans-help.md deleted file mode 100644 index fcfd936..0000000 --- a/.changeset/cold-vans-help.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@comet/dev-process-manager": patch ---- - -Fix pretty-bytes dependency - -Since v6 pretty-bytes is an ESM-only package. -This doesn't work with our CommonJS setup, causing the dev-process-manager to fail during startup. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e22333..d5758d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.6.1 + +### Patch Changes + +- d62d43b: Fix pretty-bytes dependency + + Since v6 pretty-bytes is an ESM-only package. + This doesn't work with our CommonJS setup, causing the dev-process-manager to fail during startup. + ## 2.6.0 ### Minor Changes diff --git a/package.json b/package.json index 8326b90..6f8934c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@comet/dev-process-manager", "packageManager": "yarn@3.2.0", "license": "BSD-2-Clause", - "version": "2.6.0", + "version": "2.6.1", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": {