From 584c4328972129cfb633e4a32efdf99808d0d6a1 Mon Sep 17 00:00:00 2001 From: AtsushiM Date: Tue, 5 Nov 2024 07:29:05 +0900 Subject: [PATCH] chore(release): 7.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb6f713..931c6db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.0](https://github.com/kufu/eslint-config-smarthr/compare/v7.1.0...v7.2.0) (2024-11-04) + + +### Features + +* smarthr/a11y-prohibit-sectioning-content-in-formをwarnに設定する ([a5d536e](https://github.com/kufu/eslint-config-smarthr/commit/a5d536e7dd932fc519d73d30cc0a2948bc62c183)) +* update eslint-plugin-smarthr@0.5.17 ([450f12f](https://github.com/kufu/eslint-config-smarthr/commit/450f12fb11e56456bccb926ef759f83e193a485b)) + ## [7.1.0](https://github.com/kufu/eslint-config-smarthr/compare/v7.0.1...v7.1.0) (2024-10-31) diff --git a/package.json b/package.json index f189341a..3caf84f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-smarthr", - "version": "7.1.0", + "version": "7.2.0", "description": "A sharable ESLint config for SmartHR", "main": "index.js", "scripts": {