Skip to content

Commit cc9e109

Browse files
committed
Version bump
1 parent bc34e1d commit cc9e109

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [11.0.10](https://github.com/avoidwork/filesize.js/compare/11.0.9...11.0.10)
8+
9+
- Updating README.md [`bc34e1d`](https://github.com/avoidwork/filesize.js/commit/bc34e1dbe51bbde362a01cef1319f9d1dcd6f193)
10+
711
#### [11.0.9](https://github.com/avoidwork/filesize.js/compare/11.0.8...11.0.9)
812

13+
> 19 September 2025
14+
915
- Optimizations [`#206`](https://github.com/avoidwork/filesize.js/pull/206)
16+
- Version bump [`6c22783`](https://github.com/avoidwork/filesize.js/commit/6c2278373e9919a834909cf2b74bc9dbb3e742e8)
1017
- Updating documentation [`f38cabf`](https://github.com/avoidwork/filesize.js/commit/f38cabf7499a728a65a8ab523b83f9b24eb45187)
1118
- Updating documentation [`5d06823`](https://github.com/avoidwork/filesize.js/commit/5d06823ec82d9dc380bc0f9c81e100ce406c00cd)
1219

dist/filesize.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2025 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 11.0.9
6+
* @version 11.0.10
77
*/
88
'use strict';
99

dist/filesize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2025 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 11.0.9
6+
* @version 11.0.10
77
*/
88
// Error Messages
99
const INVALID_NUMBER = "Invalid number";

dist/filesize.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/filesize.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2025 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 11.0.9
6+
* @version 11.0.10
77
*/
88
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.filesize={}));})(this,(function(exports){'use strict';// Error Messages
99
const INVALID_NUMBER = "Invalid number";

dist/filesize.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filesize",
33
"description": "JavaScript library to generate a human readable String describing the file size",
4-
"version": "11.0.9",
4+
"version": "11.0.10",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)