From cb33509110ae3f54dadf20de3888c680e4897bbe Mon Sep 17 00:00:00 2001 From: prazdevs Date: Sat, 9 Mar 2024 15:33:27 +0100 Subject: [PATCH] chore(release): v1.10.0 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f2a49b..b78e9626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## v1.10.0 + +[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.9.1...v1.10.0) + +### 🚀 Enhancements + +- Vento file icon ([1bf4bb6](https://github.com/catppuccin/vscode-icons/commit/1bf4bb6)) +- Vhs/tape file icon ([180fa4e](https://github.com/catppuccin/vscode-icons/commit/180fa4e)) +- Wxt file and folder ([b5d3b6a](https://github.com/catppuccin/vscode-icons/commit/b5d3b6a)) +- Cargo file icons ([9d20bc7](https://github.com/catppuccin/vscode-icons/commit/9d20bc7)) +- .env.cat file association ([#118](https://github.com/catppuccin/vscode-icons/pull/118)) +- Asciidoc files ([5a07e62](https://github.com/catppuccin/vscode-icons/commit/5a07e62)) + +### 🩹 Fixes + +- Add html extension association ([#112](https://github.com/catppuccin/vscode-icons/pull/112)) + +### ❤️ Contributors + +- Prazdevs ([@prazdevs](http://github.com/prazdevs)) +- Elijah Olmos ([@elijaholmos](http://github.com/elijaholmos)) +- Quentin + ## v1.9.1 [compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.9.0...v1.9.1) @@ -44,7 +67,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](http://github.com/prazdevs)) +- Prazdevs ([@prazdevs](http://github.com/prazdevs)) - Winston - _eyewave @@ -58,7 +81,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.7.0 @@ -78,7 +101,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.6.0 @@ -94,7 +117,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.5.0 @@ -114,7 +137,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.4.0 @@ -134,7 +157,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.3.0 @@ -146,7 +169,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.2.0 @@ -158,7 +181,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.1.0 @@ -175,7 +198,7 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) ## v1.0.0 @@ -196,4 +219,4 @@ ### ❤️ Contributors -- PraZ ([@prazdevs](https://github.com/prazdevs)) +- Prazdevs ([@prazdevs](https://github.com/prazdevs)) diff --git a/package.json b/package.json index a12bd381..399acd3a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "catppuccin-vsc-icons", "displayName": "Catppuccin Icons for VSCode", "type": "module", - "version": "1.9.1", + "version": "1.10.0", "private": true, "packageManager": "pnpm@8.15.4", "description": "🦊 Soothing pastel icon theme for VSCode",