diff --git a/CHANGELOG.md b/CHANGELOG.md index 711114a..f124a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 9514c54..6799c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filesize", - "version": "8.0.4", + "version": "8.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filesize", - "version": "8.0.4", + "version": "8.0.5", "license": "BSD-3-Clause", "devDependencies": { "@babel/core": "^7.15.5", diff --git a/package.json b/package.json index 4ed4d6f..cabcf00 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": {