From dd82dca81307a26a0afc1b7253380b5311affbf9 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 8 Feb 2021 22:10:18 -0500 Subject: [PATCH] Bumps to v4.2.0 --- CHANGELOG.md | 2 +- LICENSE | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bafb735..f735900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased] +## [4.2.0] - 2021-02-08 ### Added diff --git a/LICENSE b/LICENSE index 4d95c8d..8559b36 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2020 Eric Amodio +Copyright (c) 2017-2021 Eric Amodio Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 8d42777..8242dec 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.1.0", + "version": "4.2.0", "publisher": "eamodio", "engines": { "vscode": "^1.51.0"