Skip to content

Commit

Permalink
v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsolorio committed Sep 4, 2024
1 parent 3e224d3 commit 67f51d5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log

## 0.0.19

## What's Changed

* Add more babel configuration files by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/211
* Add more variants of compose.yml by [@caoimhebyrne](https://github.com/caoimhebyrne) in https://github.com/miguelsolorio/vscode-symbols/pull/223
* Add `.containerignore` by [@caoimhebyrne](https://github.com/caoimhebyrne) in https://github.com/miguelsolorio/vscode-symbols/pull/224
* Add folder for Pipes, Services, Interceptors, Providers from Angular by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/212
* Add folder-images icon by [@JoaoGFdev](https://github.com/JoaoGFdev) in https://github.com/miguelsolorio/vscode-symbols/pull/213
* Add new icons for test folders by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/215
* Add Deno fresh icon by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/216
* Add icons Nuxt for configuration files by [@sebastiandotdev](https://github.com/sebastiandotdev) in https://github.com/miguelsolorio/vscode-symbols/pull/217
* 👾 Add icon for `postcss.config.mjs` by [@Rnbsov](https://github.com/Rnbsov) in https://github.com/miguelsolorio/vscode-symbols/pull/220
* Add func language file icon by [@RyanHolanda](https://github.com/RyanHolanda) in https://github.com/miguelsolorio/vscode-symbols/pull/221
* Add 'folder-images' to folders and associations by [@iJuulia](https://github.com/iJuulia) in https://github.com/miguelsolorio/vscode-symbols/pull/227
* Add icons/folder-icons for different Storybook folders by [@dimentoree](https://github.com/dimentoree) in https://github.com/miguelsolorio/vscode-symbols/pull/228
* Add icon for CUDA files by [@eduardo](https://github.com/eduardo)-kurek in https://github.com/miguelsolorio/vscode-symbols/pull/218
* Add folder-icon for GraphQL folders by [@dimentoree](https://github.com/dimentoree) in https://github.com/miguelsolorio/vscode-symbols/pull/229
* Reorganize `iconDefinitions` in alphabetical order by [@iJuulia](https://github.com/iJuulia) in https://github.com/miguelsolorio/vscode-symbols/pull/231
* add rstack family icon by [@wChenonly](https://github.com/wChenonly) in https://github.com/miguelsolorio/vscode-symbols/pull/236
* add gitlab icon and folder-icon by [@dimentoree](https://github.com/dimentoree) in https://github.com/miguelsolorio/vscode-symbols/pull/230

## New Contributors

* [@caoimhebyrne](https://github.com/caoimhebyrne) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/223
* [@JoaoGFdev](https://github.com/JoaoGFdev) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/213
* [@Rnbsov](https://github.com/Rnbsov) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/220
* [@RyanHolanda](https://github.com/RyanHolanda) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/221
* [@iJuulia](https://github.com/iJuulia) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/227
* [@dimentoree](https://github.com/dimentoree) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/228
* [@eduardo](https://github.com/eduardo)-kurek made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/218
* [@wChenonly](https://github.com/wChenonly) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/236
* [@dimentoree](https://github.com/dimentoree) made their first contribution in https://github.com/miguelsolorio/vscode-symbols/pull/230

**Full Changelog**: https://github.com/miguelsolorio/vscode-symbols/compare/0.0.18...0.0.19

## 0.0.18

### 🚀 New Icons
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "0.0.19",
"publisher": "miguelsolorio",
"icon": "symbols.png",
"preview": true,
Expand Down

0 comments on commit 67f51d5

Please sign in to comment.