From 3cb3529c5c22ea47203f5e0e6e357b6b2623cfce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:16:14 +0100 Subject: [PATCH] chore(main): release 3.8.2 (#247) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e304b337..a2e8dfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.8.2](https://github.com/catppuccin/vscode/compare/v3.8.1...v3.8.2) (2023-12-12) + + +### Bug Fixes + +* **settings:** customUIColors color key names ([#246](https://github.com/catppuccin/vscode/issues/246)) ([43a6cdc](https://github.com/catppuccin/vscode/commit/43a6cdcf74e385a69712cd1123f1a2982fbb3c73)) +* **ui:** selection contrast ([#245](https://github.com/catppuccin/vscode/issues/245)) ([bdbc56a](https://github.com/catppuccin/vscode/commit/bdbc56a2ac1475fa7cb6c6f2c2a98a28c9d5258d)) + ## [3.8.1](https://github.com/catppuccin/vscode/compare/v3.8.0...v3.8.1) (2023-12-05) diff --git a/package.json b/package.json index 087efa1f..ba7a957e 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.1", + "version": "3.8.2", "engines": { "vscode": "^1.80.0", "node": ">=18.0.0"