From a291b952402e9794d9fc2ac022639a281a0cd457 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Fri, 3 Jan 2025 10:07:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=200.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e3bc7e..4942c025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.0.22 + +## What's Changed + +* feat: Add `expo` and `gradle` folders by [@Pedroo-Nietoo](https://github.com/Pedroo-Nietoo) in https://github.com/miguelsolorio/vscode-symbols/pull/259 +* Add NestJS Guard, Decorator icons by [@premdasvm](https://github.com/premdasvm) in https://github.com/miguelsolorio/vscode-symbols/pull/262 +* Add missing file name for tailwind.config.mjs by [@victorbadaro](https://github.com/victorbadaro) in https://github.com/miguelsolorio/vscode-symbols/pull/264 +* Add option to exclude default associations by [@Remceau](https://github.com/Remceau) in https://github.com/miguelsolorio/vscode-symbols/pull/266 +* feat: added more colors to `go` files by [@CarlosNayan](https://github.com/CarlosNayan) in https://github.com/miguelsolorio/vscode-symbols/pull/268 + +## New Contributors + +* @Pedroo-Nietoo made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/259 +* @premdasvm made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/262 +* @victorbadaro made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/264 +* @Remceau made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/266 +* @CarlosNayan made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/268 + ## 0.0.21 ## What's Changed diff --git a/package.json b/package.json index b6c39cae..c1cbac5e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "symbols", "displayName": "Symbols", "description": "A simple file icon theme for VS Code", - "version": "0.0.21", + "version": "0.0.22", "publisher": "miguelsolorio", "icon": "symbols.png", "preview": true,