We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252bcc commit 8de2972Copy full SHA for 8de2972
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.8.5](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.4...0.8.5) (2024-12-21)
2
+
3
+### Bug Fixes
4
5
+- **deps:** update dependency chalk to v5.4.0 ([#2088](https://github.com/JoshuaKGoldberg/TypeStat/issues/2088)) ([c252bcc](https://github.com/JoshuaKGoldberg/TypeStat/commit/c252bcc33cb3847e7623663224570f3a0d91471d))
6
7
## [0.8.4](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.3...0.8.4) (2024-12-02)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "typestat",
- "version": "0.8.4",
+ "version": "0.8.5",
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
"repository": {
"type": "git",
0 commit comments