From 24618aa5f943dea2dd8eb0a08bfb7aa0d2fc7fb8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 07:47:25 +0000 Subject: [PATCH] chore(release): 7.0.5 [skip ci] ## [7.0.5](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.4...v7.0.5) (2024-07-29) ### Bug Fixes * pin eslint-plugin-jsdoc ([#235](https://github.com/ipfs/eslint-config-ipfs/issues/235)) ([977c9a4](https://github.com/ipfs/eslint-config-ipfs/commit/977c9a430388d500ba38662fcbc4aadf78db509d)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59376ca..b1a124f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.5](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.4...v7.0.5) (2024-07-29) + +### Bug Fixes + +* pin eslint-plugin-jsdoc ([#235](https://github.com/ipfs/eslint-config-ipfs/issues/235)) ([977c9a4](https://github.com/ipfs/eslint-config-ipfs/commit/977c9a430388d500ba38662fcbc4aadf78db509d)) + ## [7.0.4](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.3...v7.0.4) (2024-07-23) ### Dependencies diff --git a/package.json b/package.json index ea178a5..18a1b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "7.0.4", + "version": "7.0.5", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",