diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd2388..d70ae9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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.1.0 (2024-04-24) + + +### Features + +* Add custom icon config. ([6a627f6](https://github.com/ryohidaka/kawaii-icons/commit/6a627f6f91395e533a472de166f3cf7138228300)) +* Add HTML ([39a150b](https://github.com/ryohidaka/kawaii-icons/commit/39a150bed62ece95bd68d69a848f2c880a4862cf)) +* Add icon for extension. ([afdf6c8](https://github.com/ryohidaka/kawaii-icons/commit/afdf6c838572a3c5116d711bc236161646a3c7a5)) +* Add logo repository as submodules. ([5e5c6eb](https://github.com/ryohidaka/kawaii-icons/commit/5e5c6ebc7f0365fecdd3ee486d262df5059a3550)) + + +### Bug Fixes + +* Remove unused theme file. ([c284ed7](https://github.com/ryohidaka/kawaii-icons/commit/c284ed7499704203fa04da8a01378747a93a1182)) + + +### Miscellaneous Chores + +* release 0.1.0 ([a2bddbb](https://github.com/ryohidaka/kawaii-icons/commit/a2bddbbd63daccc78108ae5fa276c4289057ea0f)) + ## [Unreleased] - Initial release diff --git a/package.json b/package.json index 94dca7a..1f12fa4 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.0.1", + "version": "0.1.0", "icon": "docs/icon.png", "repository": { "type": "git",