Skip to content

Commit cc1047c

Browse files
chore: release v0.8.15
1 parent dae6659 commit cc1047c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.8.15](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.14...0.8.15) (2025-02-06)
4+
5+
### Bug Fixes
6+
7+
- replace `strip-ansi` with `stripVTControlCharacters` ([#2181](https://github.com/JoshuaKGoldberg/TypeStat/issues/2181)) ([dae6659](https://github.com/JoshuaKGoldberg/TypeStat/commit/dae665982a53914df174a6d7b124d56ddefe6508)), closes [#2177](https://github.com/JoshuaKGoldberg/TypeStat/issues/2177) [#2177](https://github.com/JoshuaKGoldberg/TypeStat/issues/2177)
8+
39
## [0.8.14](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.13...0.8.14) (2025-02-06)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typestat",
3-
"version": "0.8.14",
3+
"version": "0.8.15",
44
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)