Skip to content

Commit 37e17f0

Browse files
committed
chore: bump to v0.8.0
1 parent 7024986 commit 37e17f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.8.0 (2024-03-16)
2+
3+
- Upgrade typescript-eslint to 7.2.x to support TypeScript 5.4
4+
- Change how the plugin and its type are exported to improve compatibility with `@types/eslint`
5+
- Shortly, the plugin type is now compatible with `ESLint.Plugin`
6+
- Move [`eslint-define-config`](https://github.com/eslint-types/eslint-define-config) support to a submodule `@susisu/eslint-plugin-safe-typescript/define-config-support`
7+
18
## 0.7.0 (2024-02-15)
29

310
- Upgrade typescript-eslint to v7

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@susisu/eslint-plugin-safe-typescript",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "ESLint plugin that makes your TypeScript code safer",
55
"repository": "https://github.com/susisu/eslint-plugin-safe-typescript.git",
66
"author": "Susisu <[email protected]>",

0 commit comments

Comments
 (0)