Skip to content

Commit 901be1f

Browse files
committed
Version bump, generating CHANGELOG.md
1 parent 07179e0 commit 901be1f

8 files changed

+22
-14
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ 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.12](https://github.com/avoidwork/filesize.js/compare/10.0.11...10.0.12)
8+
9+
- Allow passing options without output property [`#174`](https://github.com/avoidwork/filesize.js/pull/174)
10+
- remove any usage and allow passing options without output property [`c42acc0`](https://github.com/avoidwork/filesize.js/commit/c42acc09e0e04334cf3455a9c3b4dc9da5fa5cb2)
11+
712
#### [10.0.11](https://github.com/avoidwork/filesize.js/compare/10.0.10...10.0.11)
813

14+
> 10 August 2023
15+
916
- Version bump 'cause npm has inane rules for releases [`5544cb7`](https://github.com/avoidwork/filesize.js/commit/5544cb7feec835c85c387544e23e56bde5c04105)
17+
- Generating CHANGELOG.md [`dea30ba`](https://github.com/avoidwork/filesize.js/commit/dea30ba5d1f3a03796a949bb61552e358ad2a1d4)
1018

1119
#### [10.0.10](https://github.com/avoidwork/filesize.js/compare/10.0.9...10.0.10)
1220

dist/filesize.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.11
6+
* @version 10.0.12
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 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.11
6+
* @version 10.0.12
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 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.11
6+
* @version 10.0.12
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';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.

package-lock.json

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

package.json

+1-1
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": "10.0.11",
4+
"version": "10.0.12",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)