From 9b2cdcd2a542caee691c0e0202d113031db207a7 Mon Sep 17 00:00:00 2001 From: tyamaguchi Date: Wed, 11 Dec 2024 10:19:27 +0900 Subject: [PATCH] chore(release): 2.1.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93dd0c..ae5f7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.1.3](https://github.com/toyokumo/eslint-config/compare/v2.1.2...v2.1.3) (2024-12-11) + ### [2.1.2](https://github.com/toyokumo/eslint-config/compare/v2.1.1...v2.1.2) (2024-08-06) ### [2.1.1](https://github.com/toyokumo/eslint-config/compare/v2.1.0...v2.1.1) (2024-08-05) diff --git a/package.json b/package.json index f923dd4..78e1e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toyokumo/eslint-config", - "version": "2.1.2", + "version": "2.1.3", "engines": { "node": ">=18" },