diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c635d..1296ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v4.0.0...v4.0.1) (2023-04-27) + + +### Dependencies + +* bump eslint-plugin-jsdoc from 40.3.0 to 43.1.1 ([#147](https://github.com/ipfs/eslint-config-ipfs/issues/147)) ([d95cf23](https://github.com/ipfs/eslint-config-ipfs/commit/d95cf2336cb5707db79dccaafad617e6ac7e261e)) + ## [4.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v3.1.7...v4.0.0) (2023-04-05) diff --git a/package.json b/package.json index a1a8586..8b79d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "4.0.0", + "version": "4.0.1", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",