diff --git a/CHANGELOG.md b/CHANGELOG.md index a39586b..2c40116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 0.0.18 + +### ๐Ÿš€ New Icons + +- `lunaria` support [#206](https://github.com/miguelsolorio/vscode-symbols/issues/206) +- `expressive code` support [#205](https://github.com/miguelsolorio/vscode-symbols/issues/205) +- `nest-controller` and `nest-service` support [#207](https://github.com/miguelsolorio/vscode-symbols/issues/207) +- `.svelte.ts` and `.svelte.js` icons [#204](https://github.com/miguelsolorio/vscode-symbols/issues/204) +- `i18n` file icon and `Minecraft` file icon [#197](https://github.com/miguelsolorio/vscode-symbols/issues/197) via [@llgava](https://github.com/llgava) +- `apps` folder icon [#202](https://github.com/miguelsolorio/vscode-symbols/issues/202) via [@castrogarciajs](https://github.com/castrogarciajs) +- More icons for folder `router` [#201](https://github.com/miguelsolorio/vscode-symbols/issues/201) via [@castrogarciajs](https://github.com/castrogarciajs) +- `nuxt` icons [#200](https://github.com/miguelsolorio/vscode-symbols/issues/200) via [@castrogarciajs](https://github.com/castrogarciajs) +- More `vite` file names [#196](https://github.com/miguelsolorio/vscode-symbols/issues/196) via [@rafaberaldo](https://github.com/rafaberaldo) +- Updated `go` and `go mod` icons size [#208](https://github.com/miguelsolorio/vscode-symbols/issues/208) +- `utils` folder icon support [#209](https://github.com/miguelsolorio/vscode-symbols/issues/209) via [@castrogarciajs](https://github.com/castrogarciajs) + +### ๐Ÿงน Cleanup + +- Update dependencies and add workflow [#199](https://github.com/miguelsolorio/vscode-symbols/issues/199) via [@jacobdalamb](https://github.com/jacobdalamb) +- Update preview thumbnails + ## 0.0.17 ### ๐Ÿš€ New Icons diff --git a/package-lock.json b/package-lock.json index ce2c29f..591e8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "symbols", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "symbols", - "version": "0.0.17", + "version": "0.0.18", "devDependencies": { "@biomejs/biome": "1.7.2", "@types/vscode": "^1.88.0", "release-it": "^17.2.1" }, "engines": { - "vscode": "^1.70.0" + "vscode": "^1.88.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 52206c4..be72489 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "symbols", "displayName": "Symbols", "description": "A simple file icon theme for VS Code", - "version": "0.0.17", + "version": "0.0.18", "publisher": "miguelsolorio", "icon": "symbols.png", "preview": true, "main": "./src/extension.js", "engines": { - "vscode": "^1.70.0" + "vscode": "^1.88.0" }, "categories": ["Themes"], "extensionKind": ["ui", "workspace"],