Skip to content

Commit c377feb

Browse files
chore: release v0.8.17
1 parent 7e96af9 commit c377feb

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.17](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.16...0.8.17) (2025-02-17)
4+
5+
### Bug Fixes
6+
7+
- simplify collecting strict TS options ([#2196](https://github.com/JoshuaKGoldberg/TypeStat/issues/2196)) ([7e96af9](https://github.com/JoshuaKGoldberg/TypeStat/commit/7e96af905c51c440d6fa4d48ee3b637d236db4f2)), closes [#000](https://github.com/JoshuaKGoldberg/TypeStat/issues/000) [#2192](https://github.com/JoshuaKGoldberg/TypeStat/issues/2192)
8+
39
## [0.8.16](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.15...0.8.16) (2025-02-07)
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.16",
3+
"version": "0.8.17",
44
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)