Skip to content

Commit

Permalink
Version bump to release, generating CHANGELOG.md
Browse files Browse the repository at this point in the history
Building outputs
  • Loading branch information
avoidwork committed Aug 10, 2023
1 parent 3aee3e8 commit d1c1247
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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.0.10](https://github.com/avoidwork/filesize.js/compare/10.0.9...10.0.10)

- Revert "Tweaking types and removing any usage" [`3aee3e8`](https://github.com/avoidwork/filesize.js/commit/3aee3e83f3d5de1b5683a0904d48815e1f539a16)

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

> 9 August 2023
- Tweaking types and removing any usage [`#172`](https://github.com/avoidwork/filesize.js/pull/172)
- Version bump to release, generating CHANGELOG.md [`80dcac5`](https://github.com/avoidwork/filesize.js/commit/80dcac58df50362ab1a2ae18574ba94d023805c3)

#### [10.0.8](https://github.com/avoidwork/filesize.js/compare/10.0.7...10.0.8)

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 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.9
* @version 10.0.10
*/
'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 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.9
* @version 10.0.10
*/
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 2023 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 10.0.9
* @version 10.0.10
*/
(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.0.9",
"version": "10.0.10",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit d1c1247

Please sign in to comment.