From c9dd159f9e8433f34b782fda41dadf277892c588 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Mon, 9 Sep 2024 11:08:49 -0700 Subject: [PATCH] v0.0.20 --- CHANGELOG.md | 11 +++++++++++ package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f6963..116eea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Change Log +## 0.0.20 + +### ๐Ÿš€ New Icons + +* `statamatic antlers` support [#240](https://github.com/miguelsolorio/vscode-symbols/issues/240) via [@zacksmash ](https://github.com/zacksmash ) + +### ๐Ÿงน Cleanup + ## 0.0.19 +* Fixed an issue where enbaling `symbols.hidesExplorerArrows` wouldn't hide the arrows in the explorer view reliably [#241](https://github.com/miguelsolorio/vscode-symbols/pull/241) +* Fixed an issue where the extension would write to the user's settings when disabling `symbols.hidesExplorerArrows` [#241](https://github.com/miguelsolorio/vscode-symbols/pull/241) + ## What's Changed * Add more babel configuration files by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/211 diff --git a/package.json b/package.json index 38830a6..22f7892 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.19", + "version": "0.0.20", "publisher": "miguelsolorio", "icon": "symbols.png", "preview": true, @@ -15,10 +15,10 @@ "keywords": ["icons", "theme", "icon-theme", "file-icon-theme", "file icons"], "repository": { "type": "git", - "url": "https://github.com/misolori/vscode-symbols.git" + "url": "https://github.com/miguelsolorio/vscode-symbols.git" }, "bugs": { - "url": "https://github.com/misolori/vscode-symbols/issues" + "url": "https://github.com/miguelsolorio/vscode-symbols/issues" }, "author": { "name": "Miguel Solorio"