Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Sep 9, 2024
1 parent eb09d7b commit c9dd159
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
Expand Down

0 comments on commit c9dd159

Please sign in to comment.