diff --git a/.changeset/tiny-books-flash.md b/.changeset/tiny-books-flash.md deleted file mode 100644 index a405cd5c0..000000000 --- a/.changeset/tiny-books-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-cli': patch ---- - -Fix ensures that the load-manifest is only attempted to be built in prod. It serves no use in dev (as preloading is limited to prod) and can create a race condition when used alongside HMR. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a6a7b1bcc..35a138b74 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # preact-cli +## 3.4.1 + +### Patch Changes + +- [#1711](https://github.com/preactjs/preact-cli/pull/1711) [`5eb5d00`](https://github.com/preactjs/preact-cli/commit/5eb5d00b80bfd35ead1269fbb178973be149f013) Thanks [@rschristian](https://github.com/rschristian)! - Fix ensures that the load-manifest is only attempted to be built in prod. It serves no use in dev (as preloading is limited to prod) and can create a race condition when used alongside HMR. + ## 3.4.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e2a1fc264..db49bb15c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "preact-cli", - "version": "3.4.0", + "version": "3.4.1", "description": "Start building a Preact Progressive Web App in seconds.", "repository": "preactjs/preact-cli", "main": "lib/index.js",