diff --git a/CHANGELOG.md b/CHANGELOG.md index 4825adaa98..6010ec8cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,23 @@ All notable changes to the "grafana-vscode" extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.0.13 +- Add telemetry that will allow us to evaluate usefulness of this extension (#48) -## [Unreleased] +## v0.0.12 +- Removed Kiosk mode - this was preventing the 'add panel' option from showing (#59) -- Initial release \ No newline at end of file +## v0.0.11 +- Fixed usage on Windows (#57) + +## v0.0.10 +- Readme tweaks (#54) + +## v0.0.9 +- Added support for vscodium (#53) + +## v0.0.8 +- Improved readme (#52) + +## v0.0.7 +- First release to VSCode Marketplace diff --git a/package.json b/package.json index 03836276e2..592423dc3e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Grafana", "description": "Grafana Editor", "icon": "public/grafana_icon.png", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "repository": { "type": "git",