diff --git a/CHANGELOG.md b/CHANGELOG.md index 57998dd..f46d5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.2](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.1...v7.0.2) (2024-06-21) + + +### Bug Fixes + +* turn off no-undef for ts files ([#229](https://github.com/ipfs/eslint-config-ipfs/issues/229)) ([c9ccaeb](https://github.com/ipfs/eslint-config-ipfs/commit/c9ccaeb3ee79e2b670c50f56fe10e5bb925785e3)) + ## [7.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.0...v7.0.1) (2024-06-21) diff --git a/package.json b/package.json index e38cf0f..697fedf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "7.0.1", + "version": "7.0.2", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",