Skip to content

Commit 697bca9

Browse files
4.0.0 [skip ci]
1 parent 93628d5 commit 697bca9

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [4.0.0](https://github.com/prantlf/minified-size/compare/v3.1.0...v4.0.0) (2025-04-26)
2+
3+
## Features
4+
5+
* Upgrade dependencies ([fbe2276](https://github.com/prantlf/minified-size/commit/fbe22760367530e890fd25c18f5e7ecacbd0bfa1))
6+
* Use esbuild minified by default ([93628d5](https://github.com/prantlf/minified-size/commit/93628d54258926cba29756a3e24133439271119f))
7+
8+
## Bug Fixes
9+
10+
* Pass the JS source type property in non-JSON mode ([c4d98bc](https://github.com/prantlf/minified-size/commit/c4d98bcac7a56483d6c339258f04f4038f8dbbf2))
11+
12+
## BREAKING CHANGES
13+
14+
The default minifier is esbuild now. It will probably
15+
break no real-world use case. Nevertheless, the reported minified
16+
changes with the default parameters might change.
17+
18+
The minimum supported version of Node.js is 14.13 from
19+
now on. It will probably not break anything, because this version is
20+
very old.
21+
122
# [3.1.0](https://github.com/prantlf/minified-size/compare/v3.0.0...v3.1.0) (2023-12-10)
223

324

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minified-size",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Estimates the size of minified and gzipped/brotlied JavaScript, CSS and HTML files.",
55
"author": {
66
"name": "Ferdinand Prantl",
@@ -77,4 +77,4 @@
7777
"files",
7878
"size"
7979
]
80-
}
80+
}

0 commit comments

Comments
 (0)