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" },