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 Jul 27, 2023
1 parent 1c3d6da commit c9fff4f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ 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.8](https://github.com/avoidwork/filesize.js/compare/10.0.7...10.0.8)

- fixup: Add interface for filesize options object [`#171`](https://github.com/avoidwork/filesize.js/pull/171)
- Bump word-wrap from 1.2.3 to 1.2.4 [`#170`](https://github.com/avoidwork/filesize.js/pull/170)

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

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

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

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.7
* @version 10.0.8
*/
'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.7
* @version 10.0.8
*/
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.7
* @version 10.0.8
*/
(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.7",
"version": "10.0.8",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit c9fff4f

Please sign in to comment.