-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
# Changelog | ||
|
||
|
||
## v1.9.1 | ||
|
||
[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.9.0...v1.9.1) | ||
|
||
### 🩹 Fixes | ||
|
||
- Android/assets/cypress/docs open folders ([6a0f920](https://github.com/catppuccin/vscode-icons/commit/6a0f920)) | ||
|
||
### 📦 Build | ||
|
||
- New and cleaner icons CLI scripts ([a711f50](https://github.com/catppuccin/vscode-icons/commit/a711f50)) | ||
- Icons/associations integrity check ([96e7e24](https://github.com/catppuccin/vscode-icons/commit/96e7e24)) | ||
|
||
### 🏡 Chore | ||
|
||
- Bump dependencies ([a4fe485](https://github.com/catppuccin/vscode-icons/commit/a4fe485)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Prazdevs ([@prazdevs](http://github.com/prazdevs)) | ||
|
||
## v1.9.0 | ||
|
||
[compare changes](https://github.com/catppuccin/vscode-icons/compare/v1.8.0...v1.9.0) | ||
|
@@ -23,7 +44,6 @@ | |
|
||
### ❤️ Contributors | ||
|
||
- Prazdevs ([@prazdevs](http://github.com/prazdevs)) | ||
- PraZ ([@prazdevs](http://github.com/prazdevs)) | ||
- Winston <[email protected]> | ||
- _eyewave | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "catppuccin-vsc-icons", | ||
"displayName": "Catppuccin Icons for VSCode", | ||
"type": "module", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "🦊 Soothing pastel icon theme for VSCode", | ||
|