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