Skip to content

Commit

Permalink
chore: release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 29, 2024
1 parent b8e3014 commit 93d1c4c
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.2](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/compare/v0.6.1...v0.6.2) (2024-11-29)

### Bug Fixes

- allow spaces around assertions ([#645](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/issues/645)) ([b8e3014](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/commit/b8e3014be6620172b7802949542b4ec5615532c0)), closes [#644](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type/issues/644)

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

### Bug Fixes
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.1",
"version": "0.6.2",
"description": "ESLint plugin with ^? Twoslash, $ExpectError, and $ExpectType type assertions. 🧩",
"keywords": [
"dtslint",
Expand Down

0 comments on commit 93d1c4c

Please sign in to comment.