Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1b9c2f4

Browse files
authored
prep release for v1.0.6 (#358)
* let toolkit update version and date from package.json * update package.json and changelog
1 parent 92625da commit 1b9c2f4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Entries
44

5-
## v1.0.5
5+
## v1.0.6
66

77
- Fixes CSS path issue, thanks @jackw!
8+
- Includes changes from v1.0.5 that were not published
9+
10+
## v1.0.5
11+
12+
- Not published
813

914
## v1.0.4
1015

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worldmap-panel",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Worldmap Panel Plugin for Grafana",
55
"main": "src/module.js",
66
"scripts": {

src/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "1.0.3",
27-
"updated": "Tue Feb 07 14:29:24 EDT 2023"
26+
"version": "%VERSION%",
27+
"updated": "%TODAY%"
2828
},
2929

3030
"dependencies": {

0 commit comments

Comments
 (0)