Skip to content

Commit

Permalink
chore: release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 29, 2024
1 parent 9596a34 commit e7ae213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.6.1](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/compare/v0.6.0...v0.6.1) (2024-11-29)

### Bug Fixes

- clear programs cache if >90% of heap is used ([#643](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/issues/643)) ([9596a34](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/commit/9596a34934f4ddb8d0871dc1730888d5c4a0bcee)), closes [#642](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/issues/642)

# [0.6.0](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/compare/v0.5.1...v0.6.0) (2024-11-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-expect-type",
"version": "0.6.0",
"version": "0.6.1",
"description": "ESLint plugin with ^? Twoslash, $ExpectError, and $ExpectType type assertions. 🧩",
"keywords": [
"dtslint",
Expand Down

0 comments on commit e7ae213

Please sign in to comment.