From 6d74dc5dbfb821d4a867ba6ef377959bf2980d1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:22:19 +0900 Subject: [PATCH] chore(eslint-www): release 3.0.0 --- TypeScript/eslint-www/.changeset/perfect-tomatoes-boil.md | 5 ----- TypeScript/eslint-www/CHANGELOG.md | 6 ++++++ TypeScript/eslint-www/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 TypeScript/eslint-www/.changeset/perfect-tomatoes-boil.md diff --git a/TypeScript/eslint-www/.changeset/perfect-tomatoes-boil.md b/TypeScript/eslint-www/.changeset/perfect-tomatoes-boil.md deleted file mode 100644 index b7875fc..0000000 --- a/TypeScript/eslint-www/.changeset/perfect-tomatoes-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@croquiscom/eslint-config-www': major ---- - -ESLint 9 and flat config diff --git a/TypeScript/eslint-www/CHANGELOG.md b/TypeScript/eslint-www/CHANGELOG.md index 0b6bddf..6d6fc64 100644 --- a/TypeScript/eslint-www/CHANGELOG.md +++ b/TypeScript/eslint-www/CHANGELOG.md @@ -1,5 +1,11 @@ # @croquiscom/eslint-config-www +## 3.0.0 + +### Major Changes + +- b70ba79: ESLint 9 and flat config + ## 2.7.0 ### Minor Changes diff --git a/TypeScript/eslint-www/package.json b/TypeScript/eslint-www/package.json index 21520ca..fd469a7 100644 --- a/TypeScript/eslint-www/package.json +++ b/TypeScript/eslint-www/package.json @@ -1,6 +1,6 @@ { "name": "@croquiscom/eslint-config-www", - "version": "2.7.0", + "version": "3.0.0", "description": "ESLint configuration used by Kakaostyle web projects", "main": "index.js", "repository": {