From 53f28496148db432adea88e6cd1601eba5872c32 Mon Sep 17 00:00:00 2001 From: Stefano Bartoletti Date: Tue, 4 Feb 2025 14:06:44 +0100 Subject: [PATCH] chore: release v4.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96ff77..489f005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 4.0.0 (2025-02-04) + +* docs: update docs ([2428c6d](https://github.com/stefanobartoletti/eslint-config/commit/2428c6d)) +* fix(deps): update dependency @antfu/eslint-config to ^4.1.1 ([4f3b535](https://github.com/stefanobartoletti/eslint-config/commit/4f3b535)) +* feat!: move eslint-plugin-tailwindcss to peerDependencies ([f272ff4](https://github.com/stefanobartoletti/eslint-config/commit/f272ff4)) +* chore(deps): update @commitlint to ^19.7.1 ([13c02d9](https://github.com/stefanobartoletti/eslint-config/commit/13c02d9)) +* chore(deps): update pnpm to v9.15.5 ([5945b1d](https://github.com/stefanobartoletti/eslint-config/commit/5945b1d)) + + ## 3.0.10 (2025-01-29) * chore(deps): update dependency eslint to >=9.18.0 ([881f05b](https://github.com/stefanobartoletti/eslint-config/commit/881f05b)) diff --git a/package.json b/package.json index 42e7405..f5e2d2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/eslint-config", "type": "module", - "version": "3.0.10", + "version": "4.0.0", "packageManager": "pnpm@9.15.5", "description": "", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",