diff --git a/CHANGELOG.md b/CHANGELOG.md index c63962db..5d4fc6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.4](https://github.com/catppuccin/vscode/compare/v3.2.3...v3.2.4) (2023-09-09) + + +### Bug Fixes + +* **compiler:** successfully compile when icon pack isn't installed ([#168](https://github.com/catppuccin/vscode/issues/168)) ([c5b4c2e](https://github.com/catppuccin/vscode/commit/c5b4c2ea461eada8ffce4d7f41a72d86284d5c80)) + ## [3.2.3](https://github.com/catppuccin/vscode/compare/v3.2.2...v3.2.3) (2023-09-09) diff --git a/package.json b/package.json index c38b14f9..5d961481 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.2.3", + "version": "3.2.4", "engines": { "vscode": "^1.70.0", "node": ">=18.0.0"