Skip to content

Commit f924463

Browse files
committed
Version bump to release
1 parent 64f621f commit f924463

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ 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+
#### [9.0.10](https://github.com//avoidwork/filesize.js.git/compare/9.0.9...9.0.10)
8+
9+
- Fixing base 2 jedec regression with refactoring [`#158`](https://github.com//avoidwork/filesize.js.git/pull/158)
10+
- 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)
11+
- 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)
12+
713
#### [9.0.9](https://github.com//avoidwork/filesize.js.git/compare/9.0.8...9.0.9)
814

15+
> 17 June 2022
16+
917
- Fix regression of output from 9.x.x [`#155`](https://github.com//avoidwork/filesize.js.git/pull/155)
1018
- Returning original logic, taking tests from 8.x.x, creating a constants.js & moving all strings into it as named exports [`22c3911`](https://github.com//avoidwork/filesize.js.git/commit/22c391191e87df71772a882c6956c8369c1fb787)
19+
- Building [`295907c`](https://github.com//avoidwork/filesize.js.git/commit/295907cf7b2724e6a5e948557d939fd64bbb6df1)
1120
- Fixing unit assignment (WIP) [`70bb6a1`](https://github.com//avoidwork/filesize.js.git/commit/70bb6a1e181919a7a2db833d194bf7ca14864cc3)
1221

1322
#### [9.0.8](https://github.com//avoidwork/filesize.js.git/compare/9.0.7...9.0.8)

package-lock.json

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

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": "9.0.9",
4+
"version": "9.0.10",
55
"homepage": "https://filesizejs.com",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {

0 commit comments

Comments
 (0)