From f2914303dccfaa81452b40f697722e464ae1cb35 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Jan 2024 09:46:10 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.0...v6.0.1) (2024-01-19) ### Dependencies * **dev:** bump aegir from 40.0.13 to 42.2.2 ([#203](https://github.com/ipfs/eslint-config-ipfs/issues/203)) ([ba17326](https://github.com/ipfs/eslint-config-ipfs/commit/ba173267e7c727a19a6c4ea8ec67cc73f677c0ef)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864ab71..553da7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/ipfs/eslint-config-ipfs/compare/v6.0.0...v6.0.1) (2024-01-19) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 42.2.2 ([#203](https://github.com/ipfs/eslint-config-ipfs/issues/203)) ([ba17326](https://github.com/ipfs/eslint-config-ipfs/commit/ba173267e7c727a19a6c4ea8ec67cc73f677c0ef)) + ## [6.0.0](https://github.com/ipfs/eslint-config-ipfs/compare/v5.0.1...v6.0.0) (2023-09-29) diff --git a/package.json b/package.json index 3943190..852de23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ipfs", - "version": "6.0.0", + "version": "6.0.1", "description": "ESLint Shareable Config for IPFS project", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/eslint-config-ipfs#readme",