From 09e8a518fc06098ad6719bd57a04abf04e5b6b34 Mon Sep 17 00:00:00 2001 From: kgsi Date: Thu, 27 Oct 2022 10:49:37 +0900 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d149b..d0d5d0c 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. +## [1.1.0](https://github.com/kufu/smarthr-normalize-css/compare/v1.0.4...v1.1.0) (2022-10-27) + + +### Features + +* 入力系の要素でもフォントファミリー、サイズを継承 ([#57](https://github.com/kufu/smarthr-normalize-css/issues/57)) ([976ed95](https://github.com/kufu/smarthr-normalize-css/commit/976ed95dd3b837295cf1ccad8d1d89fa941d072b)) + ### [1.0.4](https://github.com/kufu/smarthr-normalize-css/compare/v1.0.3...v1.0.4) (2022-03-18) ### [1.0.3](https://github.com/kufu/smarthr-normalize-css/compare/v1.0.2...v1.0.3) (2022-03-18) diff --git a/package.json b/package.json index 9ba7c15..b44e1c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smarthr-normalize-css", - "version": "1.0.4", + "version": "1.1.0", "description": "A sharable normalize CSS for SmartHR", "main": "lib/index.js", "module": "esm/index.js",