From 21912658b78175695489cb425b91e805d235ad19 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 1 Nov 2024 07:36:40 +0300 Subject: [PATCH] build: v0.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad31de..9326312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # ksv741 Eslint Config +## [0.1.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.3...v0.1.0) (2024-11-01) + + +### ⚠ BREAKING CHANGES + +* not support eslint 8 versions and lower + +### 🚀 New Features + +* add eslint 9 support, update dependencies ([1f77e63](https://github.com/ksv741/eslint-config-ksv741/commit/1f77e6369fecf8e166aa1e444fd386bb56e22d09)) +* update dev dependencies ([a0e7a9d](https://github.com/ksv741/eslint-config-ksv741/commit/a0e7a9d3596437eb3cc3f8148ef2b00bfa64a619)) + ### [0.0.3](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.0.3) (2024-07-05) diff --git a/package.json b/package.json index a893814..14f1594 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/ksv741/eslint-config-ksv741" }, - "version": "0.0.3", + "version": "0.1.0", "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0",