Skip to content

Commit 9d81ad1

Browse files
committed
Building with new version number, updating CHANGELOG.md
1 parent 8eb722d commit 9d81ad1

6 files changed

+12
-6
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ 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-
#### [10.0.0](https://github.com/avoidwork/filesize.js/compare/9.0.11...10.0.0)
7+
#### [10.0.1](https://github.com/avoidwork/filesize.js/compare/10.0.0...10.0.1)
8+
9+
- Lowering minimum version to 14.0.0, fixes #161 [`#161`](https://github.com/avoidwork/filesize.js/issues/161)
10+
11+
### [10.0.0](https://github.com/avoidwork/filesize.js/compare/9.0.11...10.0.0)
12+
13+
> 28 September 2022
814
915
- BigInts and named exports [`#160`](https://github.com/avoidwork/filesize.js/pull/160)
1016
- Adding support for `BigInt` numbers, fixes #146 [`#146`](https://github.com/avoidwork/filesize.js/issues/146)

dist/filesize.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.0
6+
* @version 10.0.1
77
*/
88
'use strict';
99

dist/filesize.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.0
6+
* @version 10.0.1
77
*/
88
const ARRAY = "array";
99
const BIT = "bit";

dist/filesize.esm.min.js

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

dist/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.0
6+
* @version 10.0.1
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.lru={}));})(this,(function(exports){'use strict';const ARRAY = "array";
99
const BIT = "bit";

dist/filesize.min.js

+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)