Skip to content

Commit

Permalink
Version bump to release new types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 21, 2024
1 parent 4268a4e commit cf1dcb7
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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.0](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.0)
#### [10.1.1](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.1)

- 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)
- 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
4 changes: 2 additions & 2 deletions dist/filesize.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.0
* @version 10.1.1
*/
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions dist/filesize.esm.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.0
* @version 10.1.1
*/
const ARRAY = "array";
const BIT = "bit";
Expand Down
4 changes: 2 additions & 2 deletions dist/filesize.esm.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 dist/filesize.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* filesize
*
* @copyright 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.1.0
* @version 10.1.1
*/
(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
4 changes: 2 additions & 2 deletions 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.0",
"version": "10.1.1",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit cf1dcb7

Please sign in to comment.