Skip to content

Commit dd8cbe5

Browse files
authored
1 parent 63b134f commit dd8cbe5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ unreleased
55
- Fix sorting encoding with extra parameters
66
- deps: mime-types@~2.1.34
77
8+
9+
- Add petabyte (`pb`) support
10+
- Fix "thousandsSeparator" incorrecting formatting fractional part
11+
- Fix return value for un-parsable strings
812
* deps: compressible@~2.0.18
913
- Mark `font/ttf` as compressible
1014
- Remove compressible from `multipart/mixed`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/compression",
1111
"dependencies": {
1212
"accepts": "~1.3.8",
13-
"bytes": "3.0.0",
13+
"bytes": "3.1.2",
1414
"compressible": "~2.0.18",
1515
"debug": "2.6.9",
1616
"on-headers": "~1.0.2",

0 commit comments

Comments
 (0)