From 4fba890811e2914e422b864f6bc809c5368a6370 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:05:43 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdd7f5..8b0805c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,46 @@ 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.0 (2024-04-25) + + +### Features + +* Add C ([0f7e141](https://github.com/ryohidaka/kawaii-icons/commit/0f7e141e86a0d5b9bf428b6eae37c1da01220700)) +* Add C# ([2d8abb7](https://github.com/ryohidaka/kawaii-icons/commit/2d8abb70a5ec2a788dd1f817473a0bfe987e498b)) +* Add C++ ([27fd05a](https://github.com/ryohidaka/kawaii-icons/commit/27fd05adcecd6b8b715929bfd7c1eb8f52bb2575)) +* Add Cobol ([3eaf75b](https://github.com/ryohidaka/kawaii-icons/commit/3eaf75bd833604e5cccabe975662c5e839a2418d)) +* Add custom icon config. ([6a627f6](https://github.com/ryohidaka/kawaii-icons/commit/6a627f6f91395e533a472de166f3cf7138228300)) +* Add FORTRAN ([011f599](https://github.com/ryohidaka/kawaii-icons/commit/011f5992fbfbc643ed4a260dcb1c9b82acadbd4d)) +* Add Go ([ba332bc](https://github.com/ryohidaka/kawaii-icons/commit/ba332bce564f4c1ce10a41963b9bd1178180297f)) +* Add Haskell ([fd2aed8](https://github.com/ryohidaka/kawaii-icons/commit/fd2aed828253e324002152996cf10bb72854fcd6)) +* Add HTML ([39a150b](https://github.com/ryohidaka/kawaii-icons/commit/39a150bed62ece95bd68d69a848f2c880a4862cf)) +* Add HTMX ([bfe80c6](https://github.com/ryohidaka/kawaii-icons/commit/bfe80c61c04455c56660eac0d396474173fad417)) +* Add icon for extension. ([afdf6c8](https://github.com/ryohidaka/kawaii-icons/commit/afdf6c838572a3c5116d711bc236161646a3c7a5)) +* Add Java ([5af7fb8](https://github.com/ryohidaka/kawaii-icons/commit/5af7fb8dbaad2dddacd92919cbda3a50e9d10f01)) +* Add Kotlin ([03bf862](https://github.com/ryohidaka/kawaii-icons/commit/03bf8621066673b83a52f95c804046fc86a2e087)) +* Add logo repository as submodules. ([5e5c6eb](https://github.com/ryohidaka/kawaii-icons/commit/5e5c6ebc7f0365fecdd3ee486d262df5059a3550)) +* Add Python ([24caa88](https://github.com/ryohidaka/kawaii-icons/commit/24caa880b40af0c1468fe9f5b89553806a28fcf3)) +* Add Ruby ([e770989](https://github.com/ryohidaka/kawaii-icons/commit/e77098902f6ace9b3bc552a744cde0da6170f47a)) +* Add Rust ([99c933d](https://github.com/ryohidaka/kawaii-icons/commit/99c933d32cc2b43125269b7aa2ede0afc9725dd2)) +* Add samplefile for HTML. ([1ebe00f](https://github.com/ryohidaka/kawaii-icons/commit/1ebe00f2d71b9276105683cc9cc67af7054b2bff)) +* Add Swift ([b91d7d7](https://github.com/ryohidaka/kawaii-icons/commit/b91d7d75f966f2c41ff79ca9d20c5868357a56e2)) +* Add TypeScript ([a1975b0](https://github.com/ryohidaka/kawaii-icons/commit/a1975b020eb45d490f927d0d7a0fc9248fda3265)) +* Add Vue ([90a5f83](https://github.com/ryohidaka/kawaii-icons/commit/90a5f837d4b3bb8acfcc52e1aaf52143394f9f50)) +* File and Folder Icon. ([80df234](https://github.com/ryohidaka/kawaii-icons/commit/80df2347fbad35e9f4c56dc31e1eb6ec2000da19)) +* Update submodules. ([80d1ad4](https://github.com/ryohidaka/kawaii-icons/commit/80d1ad4ea33cbdecace1ca187609f1ef39acdf8b)) + + +### 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)) +* release 0.3.0 ([bb5ba1b](https://github.com/ryohidaka/kawaii-icons/commit/bb5ba1b881422fcd3a3adcd35e87653874383b02)) + ## [0.2.0](https://github.com/ryohidaka/kawaii-icons/compare/v0.1.0...v0.2.0) (2024-04-25) diff --git a/package.json b/package.json index c89f6e3..9e21aa5 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.2.0", + "version": "0.3.0", "icon": "docs/icon.png", "repository": { "type": "git",