We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298991c commit 1b4eca4Copy full SHA for 1b4eca4
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.8.11](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.10...0.8.11) (2025-01-24)
4
+
5
+### Bug Fixes
6
7
+- **deps:** update dependency commander to v13.1.0 ([#2149](https://github.com/JoshuaKGoldberg/TypeStat/issues/2149)) ([298991c](https://github.com/JoshuaKGoldberg/TypeStat/commit/298991c26840cf49dbb2c45a72992616b602f06a))
8
9
## [0.8.10](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.9...0.8.10) (2025-01-17)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "typestat",
- "version": "0.8.10",
+ "version": "0.8.11",
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
"repository": {
"type": "git",
0 commit comments