From eb351512aa9989580eccd2e27aecfe7ecbfcbb5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Apr 2024 17:09:02 +0000 Subject: [PATCH] chore(release): 46.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [46.0.0](https://github.com/mightyiam/eslint-config-love/compare/v45.0.0...v46.0.0) (2024-04-07) ### ⚠ BREAKING CHANGES * (trying to) specify all options for rules that are used. Most likely will not affect you. ### Features * try to specify all options for used rules ([dc6ad6a](https://github.com/mightyiam/eslint-config-love/commit/dc6ad6a209db0a9bf9a5c9f78986f6c194e289f0)), closes [#1003](https://github.com/mightyiam/eslint-config-love/issues/1003) ### Testing * exported value deep equality ([c869c59](https://github.com/mightyiam/eslint-config-love/commit/c869c59d654af40869b26a50fd8e3205a3c5a13d)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e202057..70361abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [46.0.0](https://github.com/mightyiam/eslint-config-love/compare/v45.0.0...v46.0.0) (2024-04-07) + + +### ⚠ BREAKING CHANGES + +* (trying to) specify all options for rules that are used. +Most likely will not affect you. + +### Features + +* try to specify all options for used rules ([dc6ad6a](https://github.com/mightyiam/eslint-config-love/commit/dc6ad6a209db0a9bf9a5c9f78986f6c194e289f0)), closes [#1003](https://github.com/mightyiam/eslint-config-love/issues/1003) + + +### Testing + +* exported value deep equality ([c869c59](https://github.com/mightyiam/eslint-config-love/commit/c869c59d654af40869b26a50fd8e3205a3c5a13d)) + ## [45.0.0](https://github.com/mightyiam/eslint-config-love/compare/v44.0.0...v45.0.0) (2024-04-07) diff --git a/package-lock.json b/package-lock.json index 5eff5964..7194b5e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-love", - "version": "45.0.0", + "version": "46.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-love", - "version": "45.0.0", + "version": "46.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/parser": "^7.0.1" diff --git a/package.json b/package.json index 967430f3..a9ebfd64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-love", - "version": "45.0.0", + "version": "46.0.0", "description": "A TypeScript ESLint config that loves you", "main": "lib/index.js", "scripts": {