We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfdf2a commit 186c451Copy full SHA for 186c451
.github/workflows/release.yml
@@ -1,5 +1,8 @@
1
name: Release
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
push:
8
tags:
package.json
@@ -1,6 +1,6 @@
{
"name": "@tailosinc/grafanaplugin-map-panel",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Visualize image files for indoor maps.",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
src/plugin.json
@@ -21,7 +21,7 @@
21
"name": "Indoor Map screenshot", "path": "img/screenshot.png"
22
}
23
],
24
25
"updated": "2023-07-25"
26
},
27
"dependencies": {
0 commit comments