From d003f778c234006f336d806da9d568d426581b03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 05:54:06 +0000 Subject: [PATCH] chore(master): release 4.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4288d98..d96a76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/ocavue/eslint-config/compare/v3.13.0...v4.0.0) (2026-02-20) + + +### ⚠ BREAKING CHANGES + +* support eslint v10 ([#346](https://github.com/ocavue/eslint-config/issues/346)) + +### Features + +* support eslint v10 ([#346](https://github.com/ocavue/eslint-config/issues/346)) ([ab40fff](https://github.com/ocavue/eslint-config/commit/ab40fff80fc241ca5818ab0f3d4cb6330d43fa70)) + ## [3.13.0](https://github.com/ocavue/eslint-config/compare/v3.12.0...v3.13.0) (2026-02-19) diff --git a/package.json b/package.json index c8a22aa..47ee177 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ocavue/eslint-config", "type": "module", - "version": "3.13.0", + "version": "4.0.0", "packageManager": "pnpm@10.29.3", "description": "Opinionated ESLint config preset", "author": "ocavue ",