From c0d193034f73c78537aa33e52fc8163de72354d2 Mon Sep 17 00:00:00 2001 From: Shinichi Okada Date: Wed, 31 May 2023 05:43:03 +0900 Subject: [PATCH] chore(release): 3.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a158800..86d4e5fe 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. +## [3.9.0](https://github.com/shinokada/svelte-heros/compare/v3.8.0...v3.9.0) (2023-05-30) + + +### Features + +* add ariaLabel ([1dbb1f3](https://github.com/shinokada/svelte-heros/commit/1dbb1f3b01499c65f1e8db441bebe77b99d3abc0)) + ## [3.8.0](https://github.com/shinokada/svelte-heros/compare/v3.7.0...v3.8.0) (2023-05-30) ### Features diff --git a/package.json b/package.json index c4102e33..842dfdd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-heros", - "version": "3.8.0", + "version": "3.9.0", "description": "Svelte + TailwindCSS + HeroIcons components", "author": { "name": "Shinichi Okada",