diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4fc6b07..b9b9ca137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.2.5](https://github.com/catppuccin/vscode/compare/v3.2.4...v3.2.5) (2023-09-11) + + +### Bug Fixes + +* **syntax:** don't use source.js/source.ts ([583b3d8](https://github.com/catppuccin/vscode/commit/583b3d87b6d42f7c508264b73482c2f0b960eba0)) +* **syntax:** variable inside string interpolation ([2df9d7d](https://github.com/catppuccin/vscode/commit/2df9d7dec04cbc75638e1eaf2250b76152e0d961)) +* **syntax:** Vue components color ([#173](https://github.com/catppuccin/vscode/issues/173)) ([f79ea58](https://github.com/catppuccin/vscode/commit/f79ea58320ef8789d6dd5e78fe7ef130d8322775)) + ## [3.2.4](https://github.com/catppuccin/vscode/compare/v3.2.3...v3.2.4) (2023-09-09) diff --git a/package.json b/package.json index 4df0371da..cce052766 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.4", + "version": "3.2.5", "engines": { "vscode": "^1.70.0", "node": ">=18.0.0"