Skip to content

Commit

Permalink
chore: bump to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Jun 19, 2024
1 parent ced00d9 commit c1a8a73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.1 (2024-06-19)

- `no-unsafe-object-property-overwrite`: Fix false positive for conditionals
- Upgrade dependencies

## 0.8.0 (2024-03-16)

- Upgrade typescript-eslint to 7.2.x to support TypeScript 5.4
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.0",
"version": "0.8.1",
"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 c1a8a73

Please sign in to comment.