Skip to content

Commit

Permalink
chore: bump to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Oct 26, 2024
1 parent d96c083 commit 2261557
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.9.1 (2024-10-26)

- Upgrade dependencies
- Add name for the recommended config
- Fix ordering in the `exports` field of `package.json`

## 0.9.0 (2024-08-04)

- **BREAKING** The minimum supported version of typescript-eslint is now `8.0.0`
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.9.0",
"version": "0.9.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 2261557

Please sign in to comment.