Skip to content

Commit c9fff4f

Browse files
committed
Version bump to release, generating CHANGELOG.md
1 parent 1c3d6da commit c9fff4f

8 files changed

+16
-8
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ 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.8](https://github.com/avoidwork/filesize.js/compare/10.0.7...10.0.8)
8+
9+
- fixup: Add interface for filesize options object [`#171`](https://github.com/avoidwork/filesize.js/pull/171)
10+
- Bump word-wrap from 1.2.3 to 1.2.4 [`#170`](https://github.com/avoidwork/filesize.js/pull/170)
11+
712
#### [10.0.7](https://github.com/avoidwork/filesize.js/compare/10.0.6...10.0.7)
813

14+
> 29 March 2023
15+
916
- Updating copyright year in README.md & LICENSE, updating dependencies [`4de5566`](https://github.com/avoidwork/filesize.js/commit/4de5566e155b83eeaaf742225587502e04563809)
1017
- Updating CHANGELOG.md [`d41818f`](https://github.com/avoidwork/filesize.js/commit/d41818f78b0e2023eec98e5f9964aaeefaf91e8a)
18+
- Generating CHANGELOG.md [`a324b71`](https://github.com/avoidwork/filesize.js/commit/a324b71bde07e827f983dd997581ab8cb4fd2390)
1119

1220
#### [10.0.6](https://github.com/avoidwork/filesize.js/compare/10.0.5...10.0.6)
1321

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.7
6+
* @version 10.0.8
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.7
6+
* @version 10.0.8
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.7
6+
* @version 10.0.8
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

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

0 commit comments

Comments
 (0)