From d625f117cf388420c5f52777144ba03d743d83ed Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Thu, 9 Jul 2026 07:41:44 -0400 Subject: [PATCH] chore: release v11.0.22 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de8b81c..c352992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f5ecab8..d4e0442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filesize", - "version": "11.0.21", + "version": "11.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "filesize", - "version": "11.0.21", + "version": "11.0.22", "license": "BSD-3-Clause", "devDependencies": { "@rollup/plugin-terser": "^1.0.0", diff --git a/package.json b/package.json index b6bd46c..3975e66 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": {