Skip to content

Commit

Permalink
chore: bump to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Jun 20, 2024
1 parent ac0bdfc commit 068c98a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.2 (2024-06-20)

- Fix CJS interop issue

## 0.8.1 (2024-06-19)

- `no-unsafe-object-property-overwrite`: Fix false positive for conditionals
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": "@susisu/eslint-plugin-safe-typescript",
"version": "0.8.1",
"version": "0.8.2",
"description": "ESLint plugin that makes your TypeScript code safer",
"repository": "https://github.com/susisu/eslint-plugin-safe-typescript.git",
"author": "Susisu <[email protected]>",
Expand Down

0 comments on commit 068c98a

Please sign in to comment.