Skip to content

Commit df0978a

Browse files
committed
Updating CHANGELOG.md
1 parent 3179ad4 commit df0978a

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

CHANGELOG.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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+
#### [11.0.11](https://github.com/avoidwork/filesize.js/compare/11.0.10...11.0.11)
8+
9+
- Updates [`#207`](https://github.com/avoidwork/filesize.js/pull/207)
10+
711
#### [11.0.10](https://github.com/avoidwork/filesize.js/compare/11.0.9...11.0.10)
812

13+
> 19 September 2025
14+
15+
- Version bump [`cc9e109`](https://github.com/avoidwork/filesize.js/commit/cc9e109fda32f5949c4315b752c7d6baa5393482)
916
- Updating README.md [`bc34e1d`](https://github.com/avoidwork/filesize.js/commit/bc34e1dbe51bbde362a01cef1319f9d1dcd6f193)
1017

1118
#### [11.0.9](https://github.com/avoidwork/filesize.js/compare/11.0.8...11.0.9)
@@ -31,33 +38,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3138
- Fixing the upper boundary of 'precision' [`#204`](https://github.com/avoidwork/filesize.js/pull/204)
3239
- Version bump [`a382bfb`](https://github.com/avoidwork/filesize.js/commit/a382bfb5cc3c5c3bb4d06e1c8078fffa8f555fce)
3340

34-
#### [11.0.6](https://github.com/avoidwork/filesize.js/compare/11.0.5...11.0.6)
41+
#### [11.0.6](https://github.com/avoidwork/filesize.js/compare/11.0.2...11.0.6)
3542

3643
> 19 September 2025
3744
3845
- Taking a mulligan on 'precision' [`#203`](https://github.com/avoidwork/filesize.js/pull/203)
39-
- Version bump [`63abcfb`](https://github.com/avoidwork/filesize.js/commit/63abcfbff702b14594abecc8dfaf1cd2efc75103)
40-
41-
#### [11.0.5](https://github.com/avoidwork/filesize.js/compare/11.0.4...11.0.5)
42-
43-
> 19 September 2025
44-
45-
- Revert "Fixing the output when supplying 'precision' (#201)" [`c5edf39`](https://github.com/avoidwork/filesize.js/commit/c5edf392f46274c9e7b2397c2e453b7e8adc7b7e)
46-
- Revert "Fixing how 'precision' adjusts the exponent if there's digits (#202)" [`b4dbda4`](https://github.com/avoidwork/filesize.js/commit/b4dbda46e2f288d24a3305e584d2f4ac5f7c05ec)
47-
- Reverting changes [`d3b3e69`](https://github.com/avoidwork/filesize.js/commit/d3b3e6989be832937c9c34e847a5bb7562c4767f)
48-
49-
#### [11.0.4](https://github.com/avoidwork/filesize.js/compare/11.0.3...11.0.4)
50-
51-
> 19 September 2025
52-
53-
- Fixing how 'precision' adjusts the exponent if there's digits [`#202`](https://github.com/avoidwork/filesize.js/pull/202)
54-
- Version bump [`3916707`](https://github.com/avoidwork/filesize.js/commit/3916707b7c90a58545396611e997b383f163fcf8)
55-
56-
#### [11.0.3](https://github.com/avoidwork/filesize.js/compare/11.0.2...11.0.3)
57-
58-
> 19 September 2025
59-
60-
- Fixing the output when supplying 'precision' [`#201`](https://github.com/avoidwork/filesize.js/pull/201)
6146
- Bump rollup from 4.50.1 to 4.50.2 [`#199`](https://github.com/avoidwork/filesize.js/pull/199)
6247
- Bump actions/setup-node from 4 to 5 [`#198`](https://github.com/avoidwork/filesize.js/pull/198)
6348
- Bump rollup from 4.50.0 to 4.50.1 [`#197`](https://github.com/avoidwork/filesize.js/pull/197)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"files": [
1515
"dist/filesize.js",
1616
"dist/filesize.cjs",
17-
"types"
17+
"types/filesize.d.ts"
1818
],
1919
"license": "BSD-3-Clause",
2020
"source": "src/filesize.js",
@@ -60,7 +60,7 @@
6060
"c8": "^10.1.3",
6161
"eslint": "^9.36.0",
6262
"husky": "^9.1.7",
63-
"mocha": "^11.7.1",
63+
"mocha": "^11.7.2",
6464
"rollup": "^4.52.0"
6565
},
6666
"keywords": [

0 commit comments

Comments
 (0)