From fece464dd6b52b81a2c3c8b9be0a2420d6ca8f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C4=81vis=20Namsons?= Date: Mon, 13 Jan 2020 16:35:16 +0200 Subject: [PATCH] Release 1.0.5 --- CHANGELOG.md | 5 +++++ package.json | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46da74a..ac1f1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.5] - 2020-01-13 + +- Added default color for embedded content in CoffeeScript([#2](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/2)). +- Improvements for Haskell syntax highlighting([#1](https://github.com/dnamsons/Kimbie-Dark-Plus/pull/1)). + ## [1.0.4] - 2019-03-08 - Changed the extension icon diff --git a/package.json b/package.json index 506d375..20ffd52 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kimbie-dark-plus", "displayName": "Kimbie Dark+", "description": "Kimbie Dark improved", - "version": "1.0.4", + "version": "1.0.5", "author": "Dāvis Namsons", "publisher": "dnamsons", "license": "Creative Commons Attribution-ShareAlike 4.0 Unported", @@ -32,9 +32,9 @@ "repository": { "type": "git", "url": "https://github.com/dnamsons/Kimbie-Dark-Plus/" - }, - "homepage": "https://github.com/dnamsons/Kimbie-Dark-Plus/", - "bugs": { + }, + "homepage": "https://github.com/dnamsons/Kimbie-Dark-Plus/", + "bugs": { "url": "https://github.com/dnamsons/Kimbie-Dark-Plus/issues" } }