Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita382bfb

Browse files
committed
Version bump
1 parentb7e36e6 commita382bfb

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
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.7](https://github.com/avoidwork/filesize.js/compare/11.0.6...11.0.7)
8+
9+
- Fixing the upper boundary of 'precision'[`#204`](https://github.com/avoidwork/filesize.js/pull/204)
10+
711
####[11.0.6](https://github.com/avoidwork/filesize.js/compare/11.0.5...11.0.6)
812

13+
>19 September 2025
14+
915
- Taking a mulligan on 'precision'[`#203`](https://github.com/avoidwork/filesize.js/pull/203)
16+
- Version bump[`63abcfb`](https://github.com/avoidwork/filesize.js/commit/63abcfbff702b14594abecc8dfaf1cd2efc75103)
1017

1118
####[11.0.5](https://github.com/avoidwork/filesize.js/compare/11.0.4...11.0.5)
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 <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.6
6+
*@version 11.0.7
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 <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.6
6+
*@version 11.0.7
77
*/
88
// Error Messages
99
constINVALID_NUMBER="Invalid number";

‎dist/filesize.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing 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 <jason.mulligan@avoidwork.com>
55
*@license BSD-3-Clause
6-
*@version 11.0.6
6+
*@version 11.0.7
77
*/
88
(function(g,f){typeofexports==='object'&&typeofmodule!=='undefined'?f(exports):typeofdefine==='function'&&define.amd?define(['exports'],f):(g=typeofglobalThis!=='undefined'?globalThis:g||self,f(g.filesize={}));})(this,(function(exports){'use strict';// Error Messages
99
constINVALID_NUMBER="Invalid number";

‎dist/filesize.umd.min.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing 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.6",
4+
"version":"11.0.7",
55
"homepage":"https://filesizejs.com",
66
"author":"Jason Mulligan <jason.mulligan@avoidwork.com>",
77
"repository": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp