Skip to content

Commit 2754fd5

Browse files
authored
Update versions for v2 (#42)
1 parent 58a0936 commit 2754fd5

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3-
## In Development
3+
## 2.0.0
44

55
Support variable substitution (#29) (Yan Shnayder)
6+
67
Show all columns when graphing a PowerQuery (#39) (Yan Shnayder)
78

9+
DataLink generation (Yan Shnayder)
10+
811
## 1.0.0
912

1013
Initial release

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "1.0.0",
9+
"version": "2.0.0",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scalyr-grafana-datasource-plugin",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "This grafana plugin allows Scalyr as a datasource for metrics and graphs",
55
"main": "webpack.config.js",
66
"scripts": {

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "1.0.0",
9+
"version": "2.0.0",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

0 commit comments

Comments
 (0)