From 38829ab731db9365d0da44d16fce6a19af6e0c06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Aug 2024 21:33:55 +0000 Subject: [PATCH] chore(release): release 2.0.0 [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37915fd..619641a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [2.0.0](https://github.com/imccausl/eslint-config/compare/v1.4.0...v2.0.0) (2024-08-17) + + +### Bug Fixes + +* skip linting to publish new version ([02b7cec](https://github.com/imccausl/eslint-config/commit/02b7cecb7ce04020dfdff5c53382379a4ee50d8f)) + + +### Features + +* remove ban-types rule ([#42](https://github.com/imccausl/eslint-config/issues/42)) ([9172efd](https://github.com/imccausl/eslint-config/commit/9172efdf84233521d92f6043d32f93679570bc97)) + + +### BREAKING CHANGES + +* This config removes support for @typescript-eslint/eslint-plugin lower than 8.0. The ban-types rule has been removed and replaced with the new rules outlined here https://typescript-eslint.io/rules/ban-types/ + # [1.4.0](https://github.com/imccausl/eslint-config/compare/v1.3.0...v1.4.0) (2024-08-05) diff --git a/package.json b/package.json index 64a6df9..e25dcae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imccausl/eslint-config", - "version": "1.4.0", + "version": "2.0.0", "packageManager": "yarn@4.4.0", "files": [ "lib"