From d14d01712cbcc7a6ab2dced943ef087dadc9d278 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:56:42 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a3821..7192ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to the "kawaii-icons" extension will be documented in this f Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.1](https://github.com/ryohidaka/kawaii-icons/compare/v0.3.0...v0.3.1) (2024-04-26) + + +### Bug Fixes + +* Copy icon files. ([4801468](https://github.com/ryohidaka/kawaii-icons/commit/48014686e281750c06f84ebbb5a88ec12cb005fd)) +* Remove submodules. ([02b9ad4](https://github.com/ryohidaka/kawaii-icons/commit/02b9ad49f4fa3e77ebbdd0e389a66aacab56476a)) + ## 0.3.0 (2024-04-25) diff --git a/package.json b/package.json index 9e21aa5..336a0b4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kawaii-icons", "displayName": "Kawaii Icons", "description": "A cute language icon pack. These images were created by @SAWARATSUKI .", - "version": "0.3.0", + "version": "0.3.1", "icon": "docs/icon.png", "repository": { "type": "git",