From 138c6ead7cd33224306579e4c4afaae9414935af Mon Sep 17 00:00:00 2001 From: malcolmholmes <42545407+malcolmholmes@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:12:19 +0000 Subject: [PATCH] Prep for releasing v0.0.15 (#78) * Release 0.0.15 * Changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6010ec8cda..5f7aa30163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the "grafana-vscode" extension will be documented in this file. +## v0.0.15 +- Follow redirects and don't fail on trailing slashes (#77) +- Theming (light/dark) support for Grafana (#74) + +## v0.0.14 +- Improved readme (#62) + ## v0.0.13 - Add telemetry that will allow us to evaluate usefulness of this extension (#48) diff --git a/package.json b/package.json index c62f99dea0..10dd95771f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Grafana", "description": "Grafana Editor", "icon": "public/grafana_icon.png", - "version": "0.0.14", + "version": "0.0.15", "license": "Apache-2.0", "repository": { "type": "git",