Skip to content

Commit 712ae26

Browse files
Version Packages (#1757)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a789c9d commit 712ae26

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/metal-insects-yawn.md

-5
This file was deleted.

.changeset/quiet-wombats-ring.md

-7
This file was deleted.

packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# preact-cli
22

3+
## 3.4.3
4+
5+
### Patch Changes
6+
7+
- [#1756](https://github.com/preactjs/preact-cli/pull/1756) [`a41d498`](https://github.com/preactjs/preact-cli/commit/a41d498b57599d03aaef67b24f9fd58361099403) Thanks [@rschristian](https://github.com/rschristian)! - Improves prerender error message's output and positioning
8+
9+
* [#1760](https://github.com/preactjs/preact-cli/pull/1760) [`a789c9d`](https://github.com/preactjs/preact-cli/commit/a789c9d030c500db46048af84a705e2a99289c04) Thanks [@rschristian](https://github.com/rschristian)! - Fixed bug in which `--esm` was not enabled by default for production builds on v3.4.2
10+
11+
Fix for `--brotli` overwriting assets
12+
313
## 3.4.2
414

515
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-cli",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"keywords": [
66
"preact",

0 commit comments

Comments
 (0)