From 170ba8ff3ababbc1f80406a6669f61d00b5e988e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2024 07:43:00 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [7.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.0...v7.0.1) (2024-06-21) ### Dependencies * **dev:** bump aegir from 42.2.11 to 43.0.1 ([#226](https://github.com/ipfs/eslint-config-ipfs/issues/226)) ([ae61638](https://github.com/ipfs/eslint-config-ipfs/commit/ae61638e32107feef038320e0a6915ba6d19ff87)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0653b8b..57998dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.0...v7.0.1) (2024-06-21) + + +### Dependencies + +* **dev:** bump aegir from 42.2.11 to 43.0.1 ([#226](https://github.com/ipfs/eslint-config-ipfs/issues/226)) ([ae61638](https://github.com/ipfs/eslint-config-ipfs/commit/ae61638e32107feef038320e0a6915ba6d19ff87)) + ## [7.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.2...v7.0.0) (2024-05-01) diff --git a/package.json b/package.json index 59266a4..e38cf0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "7.0.0", + "version": "7.0.1", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",