diff --git a/CHANGELOG.md b/CHANGELOG.md index 394ea56..f6b5e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [4.7.0] - 2023-05-05 + ### Added - Adds scrollbar shadow color to **Amethyst Dark** and **Amethyst Dark (Higher Contrast)** themes diff --git a/package.json b/package.json index 3f3314f..68431fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amethyst-theme", "displayName": "Amethyst Themes", "description": "A set of purple light and dark themes", - "version": "4.6.2", + "version": "4.7.0", "engines": { "vscode": "^1.63.0" },