Skip to content

Commit

Permalink
Version bump to release updated README.md, updating changelog
Browse files Browse the repository at this point in the history
Building
  • Loading branch information
avoidwork committed Jun 16, 2022
1 parent 7b44b1b commit c798056
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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).

#### [9.0.8](https://github.com//avoidwork/filesize.js.git/compare/9.0.7...9.0.8)

- Updating README.md to remove examples, fixes #154 [`#154`](https://github.com//avoidwork/filesize.js.git/issues/154)

#### [9.0.7](https://github.com//avoidwork/filesize.js.git/compare/9.0.6...9.0.7)

> 16 June 2022
- Returning strict mode to core function [`f6d2b87`](https://github.com//avoidwork/filesize.js.git/commit/f6d2b877148550a881febd43dd6076f1a8f4e760)
- Version bump to release, updating CHANGELOG.md [`06e4214`](https://github.com//avoidwork/filesize.js.git/commit/06e42149ae1982e48659b34530230ecd3ba5c6d8)
- Building [`8f6641b`](https://github.com//avoidwork/filesize.js.git/commit/8f6641bb76312d08c0b357cc7bebf79f59c57dda)
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 9.0.7
* @version 9.0.8
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.es6.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 lib/filesize.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 9.0.7
* @version 9.0.8
*/
const strings = {
symbol: {
Expand Down
2 changes: 1 addition & 1 deletion lib/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 lib/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <[email protected]>
* @license BSD-3-Clause
* @version 9.0.7
* @version 9.0.8
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion lib/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": "9.0.7",
"version": "9.0.8",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down

0 comments on commit c798056

Please sign in to comment.