Skip to content

Commit 7b57fcc

Browse files
chore: release v0.8.13
1 parent 8d40464 commit 7b57fcc

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.13](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.12...0.8.13) (2025-02-06)
4+
5+
### Bug Fixes
6+
7+
- replace builtin-modules package with node's isBuiltin check ([#2176](https://github.com/JoshuaKGoldberg/TypeStat/issues/2176)) ([8d40464](https://github.com/JoshuaKGoldberg/TypeStat/commit/8d404647cb29e43416b169e6149fef604fcb3f40)), closes [#2175](https://github.com/JoshuaKGoldberg/TypeStat/issues/2175)
8+
39
## [0.8.12](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.11...0.8.12) (2025-02-04)
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.12",
3+
"version": "0.8.13",
44
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)