Skip to content

Commit 922bb90

Browse files
committed
Prepare for release
1 parent 4c58fa0 commit 922bb90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.10.0 (2021-02-19)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.2...v0.10.0)
6+
7+
### Enhancements
8+
9+
- Add auto-completion to JSON Path queries
10+
311
## 0.9.2 (2021-02-03)
412

513
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.9.1...v0.9.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)