diff --git a/CHANGELOG.md b/CHANGELOG.md index dac489db2..25167eab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.8.10](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.9...0.8.10) (2025-01-17) + +### Bug Fixes + +- writing TypeScript config file ([#2114](https://github.com/JoshuaKGoldberg/TypeStat/issues/2114)) ([90ef5e5](https://github.com/JoshuaKGoldberg/TypeStat/commit/90ef5e5d31eb5a4763ab54b2261231f7f883265f)), closes [#2113](https://github.com/JoshuaKGoldberg/TypeStat/issues/2113) + ## [0.8.9](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.8...0.8.9) (2025-01-14) ### Bug Fixes diff --git a/package.json b/package.json index 6fd95a33c..3700f72dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typestat", - "version": "0.8.9", + "version": "0.8.10", "description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫", "repository": { "type": "git",