diff --git a/CHANGELOG.md b/CHANGELOG.md index 612366f..18f526a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `x` + ## 0.6.1 (2024-02-11) - Refactor how the module augmentation for eslint-define-config is exported diff --git a/package.json b/package.json index 99dd2d4..f6f29e4 100644 --- a/package.json +++ b/package.json @@ -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 ",