Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [11.0.22](https://github.com/avoidwork/filesize.js/compare/11.0.21...11.0.22)

- fix: keep plural fullform name with a comma decimal separator [`#312`](https://github.com/avoidwork/filesize.js/pull/312)

#### [11.0.21](https://github.com/avoidwork/filesize.js/compare/11.0.20...11.0.21)

> 9 July 2026

- chore: release v11.0.21 [`#311`](https://github.com/avoidwork/filesize.js/pull/311)
- fix: honor the pad option for zero values [`#308`](https://github.com/avoidwork/filesize.js/pull/308)
- fix: return the final exponent from output 'exponent' [`#307`](https://github.com/avoidwork/filesize.js/pull/307)
- chore: update dependencies [`#310`](https://github.com/avoidwork/filesize.js/pull/310)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filesize",
"description": "Lightweight, zero-dependency JavaScript utility to convert bytes to human-readable strings with localization support",
"version": "11.0.21",
"version": "11.0.22",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down
Loading