Skip to content

Commit

Permalink
Updating CHANGELOG.md, version bump to release
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 29, 2022
1 parent dcbe109 commit 71a6336
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ 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.2](https://github.com/avoidwork/filesize.js/compare/10.0.2...10.0.2)
#### [10.0.4](https://github.com/avoidwork/filesize.js/compare/10.0.3...10.0.4)

- Fix web pack [`#164`](https://github.com/avoidwork/filesize.js/pull/164)
- 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)
- Updating `.gitignore` [`6630aad`](https://github.com/avoidwork/filesize.js/commit/6630aad1a642a657945b93afde524ece237fb361)
- Adding `test-webpack` script [`04cc66f`](https://github.com/avoidwork/filesize.js/commit/04cc66f7c01f8e3dffe6f62959dccb8d722bf191)

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

> 29 September 2022
- 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)
- Building version bump [`b80a38d`](https://github.com/avoidwork/filesize.js/commit/b80a38d49122697a1d9b8806aa7babaf6e7d38e5)
- Updating README.md [`d826155`](https://github.com/avoidwork/filesize.js/commit/d82615587b0eee6513193294af73d4e35d2c197c)
- Updating CHANGELOG.md [`bd259de`](https://github.com/avoidwork/filesize.js/commit/bd259de4bf73df7ca19d2cae0aecea912797a457)

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

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

0 comments on commit 71a6336

Please sign in to comment.