Skip to content

Commit

Permalink
Version bump to release, generating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed May 11, 2024
1 parent ff0c592 commit e840b87
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [10.1.2](https://github.com/avoidwork/filesize.js/compare/10.1.1...10.1.2)

- fix: input type should accept string [`#181`](https://github.com/avoidwork/filesize.js/pull/181)
- Updating the year in LICENSE & README.md [`c9840ae`](https://github.com/avoidwork/filesize.js/commit/c9840ae45d7646370ccb289330d5f58655f897dc)

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.1
* @version 10.1.2
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.1
* @version 10.1.2
*/
const ARRAY = "array";
const BIT = "bit";
Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.1
* @version 10.1.2
*/
(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";
const BIT = "bit";
Expand Down
2 changes: 1 addition & 1 deletion dist/filesize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filesize",
"description": "JavaScript library to generate a human readable String describing the file size",
"version": "10.1.1",
"version": "10.1.2",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit e840b87

Please sign in to comment.