From 5f9ec52443275cb824d77591591d81f83acfa5f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 11:26:58 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [7.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.2...v7.0.0) (2024-05-01) ### ⚠ BREAKING CHANGES * eslint-config-love requires updated peer dependencies ### Dependencies * upgrade deps, replace eslint-config-standard-with-typescript with eslint-config-love ([#218](https://github.com/ipfs/eslint-config-ipfs/issues/218)) ([a83be5b](https://github.com/ipfs/eslint-config-ipfs/commit/a83be5bd51eee32c7a8218912ba3c2f22c1eae1c)), closes [#217](https://github.com/ipfs/eslint-config-ipfs/issues/217) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8778c9d..0653b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [7.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.2...v7.0.0) (2024-05-01) + + +### ⚠ BREAKING CHANGES + +* eslint-config-love requires updated peer dependencies + +### Dependencies + +* upgrade deps, replace eslint-config-standard-with-typescript with eslint-config-love ([#218](https://github.com/ipfs/eslint-config-ipfs/issues/218)) ([a83be5b](https://github.com/ipfs/eslint-config-ipfs/commit/a83be5bd51eee32c7a8218912ba3c2f22c1eae1c)), closes [#217](https://github.com/ipfs/eslint-config-ipfs/issues/217) + ## [6.0.2](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.1...v6.0.2) (2024-05-01) diff --git a/package.json b/package.json index 7db58f8..211d665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "6.0.2", + "version": "7.0.0", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",