From aba7d3ae9559111a46947a10938a0d535e9444d3 Mon Sep 17 00:00:00 2001 From: HAUDRAUFHAUN Date: Tue, 26 Oct 2021 12:24:54 +0200 Subject: [PATCH] release 0.0.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7177b80..2e43e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to the "hyper-is-theme" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.0.8] + +- fixed some invisble colorings (`b4a5e0e`) + - issue #2 +- add VSX registry publishing `54d5700` + ## [0.0.7] - fix icon path + ## [0.0.6] - added a license (MIT) `743a217` diff --git a/package.json b/package.json index 90724eb..e86f9c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "color theme based on the standard Hyperterm colors", "category": "themes", "icon": "img/Hyper_Logo.png", - "version": "0.0.7", + "version": "0.0.8", "author": { "name": "Dietrich" },