Skip to content

Commit 74cf7ca

Browse files
chore: release 3.0.0
1 parent df1b606 commit 74cf7ca

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://www.github.com/eslint-community/eslint-plugin-security/compare/v2.1.1...v3.0.0) (2024-04-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* requires node ^18.18.0 || ^20.9.0 || >=21.1.0 (#146)
9+
10+
### Features
11+
12+
* requires node ^18.18.0 || ^20.9.0 || >=21.1.0 ([#146](https://www.github.com/eslint-community/eslint-plugin-security/issues/146)) ([df1b606](https://www.github.com/eslint-community/eslint-plugin-security/commit/df1b6063c1224e1163dfdc37c96b64bb52d816bb))
13+
314
### [2.1.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v2.1.0...v2.1.1) (2024-02-14)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-security",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Security rules for eslint",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)