From 2ed41998b3deb2341d8e52a33d5b90ccf8a2870f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 25 Oct 2019 01:14:17 -0400 Subject: [PATCH] Preps v2.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f16ac..e38b715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0] - 2019-10-25 + +### Added + +- Adds new window border color for the **Dark Amethyst** and **Dark Amethyst (Higher Contrast)** themes +- Adds new active activity bar border color for the **Dark Amethyst** and **Dark Amethyst (Higher Contrast)** themes +- Adds new menu border color for the **Dark Amethyst** and **Dark Amethyst (Higher Contrast)** themes +- Adds new menu separator color for the **Dark Amethyst** and **Dark Amethyst (Higher Contrast)** themes +- Adds new quick pick menu background color for the **Dark Amethyst** and **Dark Amethyst (Higher Contrast)** themes + ## [2.3.0] - 2019-04-01 ### Changed diff --git a/package.json b/package.json index 63ab82d..0bdc8f6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amethyst-theme", "displayName": "Amethyst Themes", "description": "A set of very purple dark themes, based on the built-in Dark+ theme", - "version": "2.3.0", + "version": "2.4.0", "publisher": "eamodio", "engines": { "vscode": "^1.26.0"