Skip to content

Commit ec727e4

Browse files
committed
Prepare for release
1 parent ef63d1f commit ec727e4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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+
## 1.2.1 (2021-06-18)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.2.0...v1.2.1)
6+
7+
### Enhancements
8+
9+
- Update dependencies, docs, and metadata
10+
311
## 1.2.0 (2021-05-18)
412

513
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.1.1...v1.2.0)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ docker run --rm \
9999
-v /path/to/your/clone:/var/lib/grafana/plugins \
100100
-e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=marcusolsson-json-datasource \
101101
-p 3000:3000 \
102-
grafana/grafana:8.0.0-beta2
102+
grafana/grafana:latest
103103
```

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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A data source plugin for loading JSON APIs into Grafana",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)