From 5e0a4e2161f45fa6117227753d50496abe5f6556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:43:26 +0900 Subject: [PATCH] chore(eslint-www): release 2.6.0 --- TypeScript/eslint-www/.changeset/fuzzy-colts-tie.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/fuzzy-colts-tie.md diff --git a/TypeScript/eslint-www/.changeset/fuzzy-colts-tie.md b/TypeScript/eslint-www/.changeset/fuzzy-colts-tie.md deleted file mode 100644 index 0536f3d..0000000 --- a/TypeScript/eslint-www/.changeset/fuzzy-colts-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@croquiscom/eslint-config-www': minor ---- - -unused vars are error now diff --git a/TypeScript/eslint-www/CHANGELOG.md b/TypeScript/eslint-www/CHANGELOG.md index e3746d5..90235ee 100644 --- a/TypeScript/eslint-www/CHANGELOG.md +++ b/TypeScript/eslint-www/CHANGELOG.md @@ -1,5 +1,11 @@ # @croquiscom/eslint-config-www +## 2.6.0 + +### Minor Changes + +- 5414f0b: unused vars are error now + ## 2.5.0 ### Minor Changes diff --git a/TypeScript/eslint-www/package.json b/TypeScript/eslint-www/package.json index e79df0f..3152134 100644 --- a/TypeScript/eslint-www/package.json +++ b/TypeScript/eslint-www/package.json @@ -1,6 +1,6 @@ { "name": "@croquiscom/eslint-config-www", - "version": "2.5.0", + "version": "2.6.0", "description": "ESLint configuration used by Kakaostyle web projects", "main": "index.js", "repository": {