Skip to content

Commit 71a6336

Browse files
committedSep 29, 2022
Updating CHANGELOG.md, version bump to release
1 parent dcbe109 commit 71a6336

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed
 

Diff for: ‎CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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-
#### [10.0.2](https://github.com/avoidwork/filesize.js/compare/10.0.2...10.0.2)
7+
#### [10.0.4](https://github.com/avoidwork/filesize.js/compare/10.0.3...10.0.4)
8+
9+
- Fix web pack [`#164`](https://github.com/avoidwork/filesize.js/pull/164)
10+
- Reverting revert to default export, removing `browser` key from `package.json` as it's redirection away from `main` or `module` is what breaks webpack, fixes #162 [`#162`](https://github.com/avoidwork/filesize.js/issues/162)
11+
- Updating `.gitignore` [`6630aad`](https://github.com/avoidwork/filesize.js/commit/6630aad1a642a657945b93afde524ece237fb361)
12+
- Adding `test-webpack` script [`04cc66f`](https://github.com/avoidwork/filesize.js/commit/04cc66f7c01f8e3dffe6f62959dccb8d722bf191)
13+
14+
#### [10.0.3](https://github.com/avoidwork/filesize.js/compare/10.0.2...10.0.3)
15+
16+
> 29 September 2022
17+
18+
- Switching back to a default export for webpack issues (unsure of where the issue is atm), fixes #162 [`#162`](https://github.com/avoidwork/filesize.js/issues/162)
19+
- Building version bump [`b80a38d`](https://github.com/avoidwork/filesize.js/commit/b80a38d49122697a1d9b8806aa7babaf6e7d38e5)
20+
- Updating README.md [`d826155`](https://github.com/avoidwork/filesize.js/commit/d82615587b0eee6513193294af73d4e35d2c197c)
21+
- Updating CHANGELOG.md [`bd259de`](https://github.com/avoidwork/filesize.js/commit/bd259de4bf73df7ca19d2cae0aecea912797a457)
822

923
#### [10.0.2](https://github.com/avoidwork/filesize.js/compare/10.0.1...10.0.2)
1024

Diff for: ‎package-lock.json

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

Diff for: ‎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": "10.0.3",
4+
"version": "10.0.4",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
77
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.