Skip to content

Commit e840b87

Browse files
committed
Version bump to release, generating CHANGELOG.md
1 parent ff0c592 commit e840b87

8 files changed

+16
-9
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ 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.1.2](https://github.com/avoidwork/filesize.js/compare/10.1.1...10.1.2)
8+
9+
- fix: input type should accept string [`#181`](https://github.com/avoidwork/filesize.js/pull/181)
10+
- Updating the year in LICENSE & README.md [`c9840ae`](https://github.com/avoidwork/filesize.js/commit/c9840ae45d7646370ccb289330d5f58655f897dc)
11+
712
#### [10.1.1](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.1)
813

14+
> 21 March 2024
15+
916
- Rework types to allow Parameters<typeof filesize> to function properly [`#180`](https://github.com/avoidwork/filesize.js/pull/180)
1017
- Bump @babel/traverse from 7.23.0 to 7.23.2 [`#178`](https://github.com/avoidwork/filesize.js/pull/178)
18+
- Version bump to release new types declaration [`cf1dcb7`](https://github.com/avoidwork/filesize.js/commit/cf1dcb70a216c7321eb4a018293689c2c994a09e)
1119
- change: rework types to allow usages like Parameters<typeof filesize> [`fbfc87f`](https://github.com/avoidwork/filesize.js/commit/fbfc87f4d24de80813330a74fc30392f8bfb1002)
1220
- Generating CHANGELOG.md [`d80c457`](https://github.com/avoidwork/filesize.js/commit/d80c4579e1259f3a133fed3ae8b6762712b72623)
13-
- fix: types for partial now return a higher order function [`af4a6ef`](https://github.com/avoidwork/filesize.js/commit/af4a6efe8e065ca97916afa19a22af5e42fa2196)
1421

1522
#### [10.1.0](https://github.com/avoidwork/filesize.js/compare/10.0.13...10.1.0)
1623

dist/filesize.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2024 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.1.1
6+
* @version 10.1.2
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 2024 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.1.1
6+
* @version 10.1.2
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 2024 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.1.1
6+
* @version 10.1.2
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.1.1",
4+
"version": "10.1.2",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)