diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e8dfd3..ea6a4358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.9.0](https://github.com/catppuccin/vscode/compare/v3.8.2...v3.9.0) (2024-01-01) + +This is our first update of 2024, and we just reached **200.000 downloads**!\ +Thanks for spreading the word about our theme. ❤️️ + +If you've been using Catppuccin for a while, I hope that last year's port +redesign has grown on you, and that the theme has improved since September. + +### Features + +* **markup:** use pink for Components ([#250](https://github.com/catppuccin/vscode/issues/250)) ([b129824](https://github.com/catppuccin/vscode/commit/b12982421f1891008baafa7853cecc108e2f5f2d)) +* **ui:** redesign search match colors ([#254](https://github.com/catppuccin/vscode/issues/254)) ([907e0f3](https://github.com/catppuccin/vscode/commit/907e0f30f06c89eb065c4904cd6bc46309dccc6c)) + + +### Bug Fixes + +* **js:** more expressions marked as keyword/mauve ([#251](https://github.com/catppuccin/vscode/issues/251)) ([fde3779](https://github.com/catppuccin/vscode/commit/fde377992105f07eac90f9fdd3972f5a0a11c418)) + ## [3.8.2](https://github.com/catppuccin/vscode/compare/v3.8.1...v3.8.2) (2023-12-12) diff --git a/package.json b/package.json index ba7a957e..c3947bec 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Catppuccin for VSCode", "publisher": "Catppuccin", "description": "🦌 Soothing pastel theme for VSCode", - "version": "3.8.2", + "version": "3.9.0", "engines": { "vscode": "^1.80.0", "node": ">=18.0.0"