Skip to content

Commit

Permalink
chore(release): v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Aug 11, 2024
1 parent b36d89c commit c46ad7e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
# Changelog


## v1.14.0

[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.13.0...v1.14.0)

### πŸš€ Enhancements

- Go templates icon ([90ba81d](https://github.com/catppuccin/vscode-icons/commit/90ba81d))
- Add flutter icons ([#181](https://github.com/catppuccin/vscode-icons/pull/181))
- Add vitest-workspace associations ([#186](https://github.com/catppuccin/vscode-icons/pull/186))
- **associations:** Add `typst.toml` manifest file to typst ([#210](https://github.com/catppuccin/vscode-icons/pull/210))
- **associations:** Add snapfile to fastlane ([#209](https://github.com/catppuccin/vscode-icons/pull/209))
- **associations:** Add `bench` and `benches` to `benchmark` ([#206](https://github.com/catppuccin/vscode-icons/pull/206))

### 🩹 Fixes

- **associations:** Add `cts` and `mts` to typescript file extensions ([#197](https://github.com/catppuccin/vscode-icons/pull/197))
- Apply settings when using FrappΓ© ([#212](https://github.com/catppuccin/vscode-icons/pull/212))
- Change toml icon color to maroon ([#191](https://github.com/catppuccin/vscode-icons/pull/191))
- Incorrect icon fill colors ([#229](https://github.com/catppuccin/vscode-icons/pull/229))
- Inconsistencies in `unflavored` icons ([#230](https://github.com/catppuccin/vscode-icons/pull/230))
- **scripts:** Exit on all `consola.error`s ([#234](https://github.com/catppuccin/vscode-icons/pull/234))

### πŸ’… Refactors

- **scripts:** Split `icons.ts` & add new commands ([#199](https://github.com/catppuccin/vscode-icons/pull/199))
- **scripts:** Pass OS path separator to `mkdtemp` ([#224](https://github.com/catppuccin/vscode-icons/pull/224))

### πŸ“– Documentation

- **readme:** Add reference to jetbrains-icons ([#180](https://github.com/catppuccin/vscode-icons/pull/180))

### πŸ“¦ Build

- **package.json:** Add `--sequential` to `icons` script ([#233](https://github.com/catppuccin/vscode-icons/pull/233))

### 🏑 Chore

- Update dependencies ([c244a4f](https://github.com/catppuccin/vscode-icons/commit/c244a4f))
- Upgrade to pnpm@9 ([19b6c32](https://github.com/catppuccin/vscode-icons/commit/19b6c32))
- Cleanup and update dependencies ([#195](https://github.com/catppuccin/vscode-icons/pull/195))
- Configure Renovate ([#213](https://github.com/catppuccin/vscode-icons/pull/213))

### πŸ€– CI

- Update actions ([14e6285](https://github.com/catppuccin/vscode-icons/commit/14e6285))
- Upload VSIX as CI artifact ([#225](https://github.com/catppuccin/vscode-icons/pull/225))

### ❀️ Contributors

- Uncenter ([@uncenter](http://github.com/uncenter))
- Hammy ([@sgoudham](http://github.com/sgoudham))
- Quentin <[email protected]>
- PraZ <[email protected]>
- Thelooter <[email protected]>
- Prazdevs <[email protected]>

## v1.13.0

[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.12.0...v1.13.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "catppuccin-vsc-icons",
"displayName": "Catppuccin Icons for VSCode",
"type": "module",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"packageManager": "[email protected]",
"description": "🦊 Soothing pastel icon theme for VSCode",
Expand Down

0 comments on commit c46ad7e

Please sign in to comment.