From a9ea0cf2be90ad1525cc3ccda88820e48095bf82 Mon Sep 17 00:00:00 2001 From: AtsushiM Date: Tue, 18 Jul 2023 12:24:41 +0900 Subject: [PATCH] chore(release): 0.3.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf2f3d..0030479 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.4](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.3...v0.3.4) (2023-07-18) + + +### Features + +* a11y-heading-in-sectioning-content を smarthr-ui/PageHeading に対応させる ([#66](https://github.com/kufu/eslint-plugin-smarthr/issues/66)) ([5abc13c](https://github.com/kufu/eslint-plugin-smarthr/commit/5abc13c73f57242fbe8b6016bc6e598fd0403f1c)) + ### [0.3.3](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.2...v0.3.3) (2023-07-10) diff --git a/package.json b/package.json index d81c41a..5ede2ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-smarthr", - "version": "0.3.3", + "version": "0.3.4", "author": "SmartHR", "license": "MIT", "description": "A sharable ESLint plugin for SmartHR",