Skip to content

Commit c798056

Browse files
committed
Version bump to release updated README.md, updating changelog
Building
1 parent 7b44b1b commit c798056

9 files changed

+15
-9
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [9.0.8](https://github.com//avoidwork/filesize.js.git/compare/9.0.7...9.0.8)
8+
9+
- Updating README.md to remove examples, fixes #154 [`#154`](https://github.com//avoidwork/filesize.js.git/issues/154)
10+
711
#### [9.0.7](https://github.com//avoidwork/filesize.js.git/compare/9.0.6...9.0.7)
812

13+
> 16 June 2022
14+
915
- Returning strict mode to core function [`f6d2b87`](https://github.com//avoidwork/filesize.js.git/commit/f6d2b877148550a881febd43dd6076f1a8f4e760)
1016
- Version bump to release, updating CHANGELOG.md [`06e4214`](https://github.com//avoidwork/filesize.js.git/commit/06e42149ae1982e48659b34530230ecd3ba5c6d8)
1117
- Building [`8f6641b`](https://github.com//avoidwork/filesize.js.git/commit/8f6641bb76312d08c0b357cc7bebf79f59c57dda)

lib/filesize.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 9.0.7
6+
* @version 9.0.8
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

lib/filesize.es6.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 9.0.7
6+
* @version 9.0.8
77
*/
88
const strings = {
99
symbol: {

lib/filesize.esm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/filesize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @copyright 2022 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 9.0.7
6+
* @version 9.0.8
77
*/
88
(function (global, factory) {
99
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

lib/filesize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filesize",
33
"description": "JavaScript library to generate a human readable String describing the file size",
4-
"version": "9.0.7",
4+
"version": "9.0.8",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)