Skip to content

Commit c023cfc

Browse files
committed
chore(release): 1.0.2
1 parent 3ac4a4d commit c023cfc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
- update plugin's description and bump toolkit version
6+
37
## 1.0.1
48

5-
- add links at the plugin.jon pointing to the license and to the repo.
9+
- add links at the plugin.jon pointing to the license and to the repo.
610

711
## 1.0.0
812

913
Golioth's WebSocket Data Source Plugin Launch
1014

11-
The main focus on this release is to launch the new websocket data source plugin for the Grafana Community.
15+
The main focus on this release is to launch the new websocket data source plugin for the Grafana Community.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "golioth-websocket",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"scripts": {
66
"start": "yarn watch",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"path": "img/assets/grafana-websockets-plugin-streaming.png"
4343
}
4444
],
45-
"version": "1.0.1",
45+
"version": "1.0.2",
4646
"updated": "%TODAY%"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)