diff --git a/CHANGELOG.md b/CHANGELOG.md index 8536d90b..acb6f713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [7.1.0](https://github.com/kufu/eslint-config-smarthr/compare/v7.0.1...v7.1.0) (2024-10-31) + + +### Features + +* smarthr/a11y-form-control-in-form をdefault warnに変更 ([e63bae4](https://github.com/kufu/eslint-config-smarthr/commit/e63bae434ec5adfaae4107b17c1c93789a2fdb0c)) + ### [7.0.1](https://github.com/kufu/eslint-config-smarthr/compare/v7.0.0...v7.0.1) (2024-10-25) ## [7.0.0](https://github.com/kufu/eslint-config-smarthr/compare/v6.33.2...v7.0.0) (2024-10-10) diff --git a/package.json b/package.json index 23be1c87..57b925b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-smarthr", - "version": "7.0.1", + "version": "7.1.0", "description": "A sharable ESLint config for SmartHR", "main": "index.js", "scripts": {