From 893d3123759a1552d6387eae6d0a09f442f14d3f Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Mon, 27 Jun 2022 19:41:06 -0400 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd3feb..78adbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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). +#### [9.0.11](https://github.com//avoidwork/filesize.js.git/compare/9.0.10...9.0.11) + +- Adding invaid `base 10 iec` test set, building [`38221a0`](https://github.com//avoidwork/filesize.js.git/commit/38221a0dcb3313c81c911860ffee50978b026c74) +- Adding invaid `base 10 iec` test set, building, version bump to release [`7b75cae`](https://github.com//avoidwork/filesize.js.git/commit/7b75caeb951b82cbbd1d93108a61a0b478fe53b2) + #### [9.0.10](https://github.com//avoidwork/filesize.js.git/compare/9.0.9...9.0.10) +> 27 June 2022 + - Fixing base 2 jedec regression with refactoring [`#158`](https://github.com//avoidwork/filesize.js.git/pull/158) - Adding dupe set of `base2` tests explicitly set to `jedec` standard to expose logic error [`1281269`](https://github.com//avoidwork/filesize.js.git/commit/1281269b2826534468abed691641762d2e224f65) - Fixing the conditional statement which assigns `standard` if `base` has been specified, updating `bit` tests in `base2Jedec` set [`dc7c3a4`](https://github.com//avoidwork/filesize.js.git/commit/dc7c3a473999e09742a4321b67b92c2e96d6f7dd) +- Version bump to release [`f924463`](https://github.com//avoidwork/filesize.js.git/commit/f924463ebda9421c20314756de6651e4553dbdc7) #### [9.0.9](https://github.com//avoidwork/filesize.js.git/compare/9.0.8...9.0.9)