From a8c57c79de6ec662e9ed77f26dddf6be6d67bc89 Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Mon, 7 Sep 2020 00:40:03 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755cc6e..c499be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.7] - 2020-09-07 +### Added +- Changelog link in readme +- Release links in changelog +- Funding links + +### Removed +- Wrong entry in `tokenColors` + ## [1.2.6] - 2020-08-28 ### Added - Debug icons foreground colors @@ -69,6 +78,7 @@ ## [1.0.0] - 2017-07-23 - Initial release +[1.2.7]: https://github.com/Pustur/calamity-vscode/compare/1.2.6...1.2.7 [1.2.6]: https://github.com/Pustur/calamity-vscode/compare/1.2.5...1.2.6 [1.2.5]: https://github.com/Pustur/calamity-vscode/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/Pustur/calamity-vscode/compare/1.2.3...1.2.4 diff --git a/package.json b/package.json index 31dc9f2..fc6b9ec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "calamity-vscode", "displayName": "Calamity", "description": "A purple dark theme with medium to high contrast", - "version": "1.2.6", + "version": "1.2.7", "icon": "images/logo.png", "galleryBanner": { "color": "#2F2833",