From 77fae5cd26344abfc268d25e4be16ce9909f526b Mon Sep 17 00:00:00 2001 From: syunta Date: Wed, 15 May 2024 13:03:12 +0900 Subject: [PATCH] chore(release): 2.0.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a09f9..3a4c6a4 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.0.13](https://github.com/toyokumo/eslint-config/compare/v2.0.12...v2.0.13) (2024-05-15) + ### [2.0.12](https://github.com/toyokumo/eslint-config/compare/v2.0.11...v2.0.12) (2024-04-23) ### [2.0.11](https://github.com/toyokumo/eslint-config/compare/v2.0.10...v2.0.11) (2024-04-22) diff --git a/package.json b/package.json index bae0ed9..b87c470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toyokumo/eslint-config", - "version": "2.0.12", + "version": "2.0.13", "engines": { "node": ">=18" },