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",