Skip to content

Commit

Permalink
chore: bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Feb 15, 2024
1 parent 03bf2a9 commit d1f29ff
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.7.0 (2024-02-15)

- Upgrade typescript-eslint to v7
- `no-type-assertion`: Add support for angle bracket style type assertions like `<T>x`

## 0.6.1 (2024-02-11)

- Refactor how the module augmentation for eslint-define-config is exported
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.6.1",
"version": "0.7.0",
"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 d1f29ff

Please sign in to comment.