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 Oct 27, 2021
1 parent 281c45e commit bec8e12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ 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).

#### [8.0.5](https://github.com/avoidwork/filesize.js/compare/8.0.4...8.0.5)

- Fixing type comments of `base` and `standard` [`#143`](https://github.com/avoidwork/filesize.js/pull/143)

#### [8.0.4](https://github.com/avoidwork/filesize.js/compare/8.0.3...8.0.4)

> 27 October 2021
- feat: infer result type correctly with TypeScript (no "npx tsc") [`#144`](https://github.com/avoidwork/filesize.js/pull/144)
- feat: infer result type correctly with TypeScript [`#142`](https://github.com/avoidwork/filesize.js/pull/142)
- Updating CHANGELOG.md, version bump to release [`ef24fdc`](https://github.com/avoidwork/filesize.js/commit/ef24fdceca718c6633ade5a58ef921866de29059)
- Revert "Merge pull request #142 from tomoto/feat/infer-result-type-with-typescript" [`2b2d508`](https://github.com/avoidwork/filesize.js/commit/2b2d508a3ad221ccbc08bbcd635183696fd2a72b)

#### [8.0.3](https://github.com/avoidwork/filesize.js/compare/8.0.2...8.0.3)
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": "8.0.4",
"version": "8.0.5",
"homepage": "https://filesizejs.com",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down

0 comments on commit bec8e12

Please sign in to comment.