From a98879ca01b1d03f4897571861bda5a4b6babdd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jul 2024 13:32:28 +0000 Subject: [PATCH] chore(release): 7.0.3 [skip ci] ## [7.0.3](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.2...v7.0.3) (2024-07-23) ### Bug Fixes * allow `any` args and referencing functions by property name ([#232](https://github.com/ipfs/eslint-config-ipfs/issues/232)) ([27ecf3e](https://github.com/ipfs/eslint-config-ipfs/commit/27ecf3e4055cd229339c62cc1a941e96a4e22852)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46d5db..a2ddcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.3](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.2...v7.0.3) (2024-07-23) + + +### Bug Fixes + +* allow `any` args and referencing functions by property name ([#232](https://github.com/ipfs/eslint-config-ipfs/issues/232)) ([27ecf3e](https://github.com/ipfs/eslint-config-ipfs/commit/27ecf3e4055cd229339c62cc1a941e96a4e22852)) + ## [7.0.2](https://github.com/ipfs/eslint-config-ipfs/compare/v7.0.1...v7.0.2) (2024-06-21) diff --git a/package.json b/package.json index 697fedf..3bf5d98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "7.0.2", + "version": "7.0.3", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",