From 27cd160aee1ed3cf63e51e0dd90f720bed39e854 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:12:26 -0500 Subject: [PATCH] chore: release 2.0.0 (#129) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0297a9e..f646daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://www.github.com/eslint-community/eslint-plugin-security/compare/v1.7.1...v2.0.0) (2023-10-17) + + +### ⚠ BREAKING CHANGES + +* switch the recommended config to flat (#118) + +### Features + +* switch the recommended config to flat ([#118](https://www.github.com/eslint-community/eslint-plugin-security/issues/118)) ([e20a366](https://www.github.com/eslint-community/eslint-plugin-security/commit/e20a3664c2f638466286ae9a97515722fc98f97c)) + ### [1.7.1](https://www.github.com/eslint-community/eslint-plugin-security/compare/v1.7.0...v1.7.1) (2023-02-02) diff --git a/package-lock.json b/package-lock.json index d20514f..f092631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-security", - "version": "1.7.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-security", - "version": "1.7.1", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "safe-regex": "^2.1.1" diff --git a/package.json b/package.json index 76d19dc..a4eb570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-security", - "version": "1.7.1", + "version": "2.0.0", "description": "Security rules for eslint", "main": "index.js", "scripts": {