Skip to content

Commit

Permalink
Prep for v0.0.13 release (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes committed Jan 5, 2024
1 parent 96dc2e7 commit 5fbc69b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5fbc69b

Please sign in to comment.