From cda2bd0b2fe3cee159ff4ad8b52c9cd6b1b54e44 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Tue, 23 Jul 2024 10:21:50 +0200 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2d80c..1fe8779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/stefanobartoletti/eslint-config/compare/3.0.0...3.0.1) (2024-07-23) + + +### 🩹 Bug Fixes + +* **deps:** update dependency @antfu/eslint-config to ^2.23.2 ([363e236](https://github.com/stefanobartoletti/eslint-config/commit/363e236e26aa7c840aa36818a8f94b776a5a0fcc)) +* **deps:** update dependency eslint-plugin-tailwindcss to ^3.17.4 ([73becca](https://github.com/stefanobartoletti/eslint-config/commit/73beccadcb673d6d28f7f8a82611f26eeb2848e4)) + ## [3.0.0](https://github.com/stefanobartoletti/eslint-config/compare/2.0.0...3.0.0) (2024-07-01) diff --git a/package.json b/package.json index 760588a..1744155 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/eslint-config", "type": "module", - "version": "3.0.0", + "version": "3.0.1", "packageManager": "pnpm@9.6.0", "description": "", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",