From e63abc69a88003989a918ad3fab29b157b38f2c5 Mon Sep 17 00:00:00 2001 From: AtsushiM Date: Fri, 28 Jul 2023 14:14:51 +0900 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0030479..e4fa89f 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. +### [0.3.5](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.4...v0.3.5) (2023-07-28) + + +### Bug Fixes + +* a11y-heading-in-sectioning-content で Heading系コンポーネントの拡張をexportしている場合、正しく除外されないバグを修正 ([#67](https://github.com/kufu/eslint-plugin-smarthr/issues/67)) ([a4b8e6d](https://github.com/kufu/eslint-plugin-smarthr/commit/a4b8e6d1081b1e96ad574153805f86d5f7551c5e)) + ### [0.3.4](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.3...v0.3.4) (2023-07-18) diff --git a/package.json b/package.json index 5ede2ab..dfcb942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-smarthr", - "version": "0.3.4", + "version": "0.3.5", "author": "SmartHR", "license": "MIT", "description": "A sharable ESLint plugin for SmartHR",