From 96fa999ee3bc55e12cc2b60bdadc4dc844b6afbb Mon Sep 17 00:00:00 2001 From: Toru Kobayashi Date: Mon, 24 Jul 2023 19:41:11 +0900 Subject: [PATCH] chore(release): 22.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffc512e..a86f7704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [22.0.0](https://github.com/cybozu/eslint-config/compare/v21.0.0...v22.0.0) (2023-07-24) + + +### ⚠ BREAKING CHANGES + +* **deps:** drop old typescript version (<4.2.4) + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v6 (major) ([#681](https://github.com/cybozu/eslint-config/issues/681)) ([4f2e116](https://github.com/cybozu/eslint-config/commit/4f2e1164a5947a91a7483e6838a099ce851b098f)) + ## [21.0.0](https://github.com/cybozu/eslint-config/compare/v20.0.1...v21.0.0) (2023-07-19) diff --git a/package-lock.json b/package-lock.json index 1ef9eb33..c420a2c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cybozu/eslint-config", - "version": "21.0.0", + "version": "22.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cybozu/eslint-config", - "version": "21.0.0", + "version": "22.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.1.0", diff --git a/package.json b/package.json index 67596e84..6d8bed89 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": "cybozu/eslint-config", "homepage": "https://github.com/cybozu/eslint-config", "bugs": "https://github.com/cybozu/eslint-config/issues", - "version": "21.0.0", + "version": "22.0.0", "description": "ESLint rules for Cybozu", "main": "index.js", "files": [