Skip to content

Commit b6628f8

Browse files
committed
Updating dependencies, fixing test:unit, building to update version in lib/**, updating CHANGELOG.md, version bump to release
1 parent bec8e12 commit b6628f8

12 files changed

+6120
-6344
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ 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+
#### [8.0.6](https://github.com/avoidwork/filesize.js/compare/8.0.5...8.0.6)
8+
79
#### [8.0.5](https://github.com/avoidwork/filesize.js/compare/8.0.4...8.0.5)
810

11+
> 27 October 2021
12+
913
- Fixing type comments of `base` and `standard` [`#143`](https://github.com/avoidwork/filesize.js/pull/143)
14+
- Updating CHANGELOG.md, version bump to release [`bec8e12`](https://github.com/avoidwork/filesize.js/commit/bec8e12776761ee7a20be7ebbd39dfe87b96de19)
1015

1116
#### [8.0.4](https://github.com/avoidwork/filesize.js/compare/8.0.3...8.0.4)
1217

lib/filesize.es6.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
*
44
* @copyright 2021 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 8.0.3
6+
* @version 8.0.6
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
1010
typeof define === 'function' && define.amd ? define(factory) :
1111
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.filesize = factory());
12-
}(this, (function () { 'use strict';
12+
})(this, (function () { 'use strict';
1313

1414
const b = /^(b|B)$/,
1515
symbol = {
@@ -176,4 +176,4 @@
176176

177177
return filesize;
178178

179-
})));
179+
}));

lib/filesize.es6.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.es6.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2021 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 8.0.3
6+
* @version 8.0.6
77
*/
88
const b = /^(b|B)$/,
99
symbol = {

lib/filesize.esm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.esm.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
*
44
* @copyright 2021 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 8.0.3
6+
* @version 8.0.6
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
1010
typeof define === 'function' && define.amd ? define(factory) :
1111
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.filesize = factory());
12-
}(this, (function () { 'use strict';
12+
})(this, (function () { 'use strict';
1313

1414
var b = /^(b|B)$/,
1515
symbol = {
@@ -204,4 +204,4 @@
204204

205205
return filesize;
206206

207-
})));
207+
}));

lib/filesize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)