This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): release 3.0.0 [skip ci]
- Loading branch information
1 parent
1365f7f
commit 2c78bdb
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# Changelog | ||
|
||
# [3.0.0](https://github.com/gund/eslint-plugin-deprecation/compare/v2.0.0...v3.0.0) (2024-05-31) | ||
|
||
|
||
### Features | ||
|
||
* add plugin meta and support typescript-eslint@7 ([#86](https://github.com/gund/eslint-plugin-deprecation/issues/86)) ([1365f7f](https://github.com/gund/eslint-plugin-deprecation/commit/1365f7f14ae529210b812aad78c1c0e0e26c6e1f)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* Dropped support for ESLint v7. | ||
|
||
* feat: add plugin meta and support typescript-eslint@7 | ||
|
||
* Update package.json | ||
|
||
Co-authored-by: Alex Malkevich <[email protected]> | ||
|
||
* Updated lockfile and other dependencies | ||
|
||
* skipLibCheck too | ||
|
||
* Goodbye, ESLint v7 | ||
|
||
# [2.0.0](https://github.com/gund/eslint-plugin-deprecation/compare/v1.5.0...v2.0.0) (2023-09-13) | ||
|
||
|
||
|