We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fc73c commit cb6db0cCopy full SHA for cb6db0c
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
[//]: # 'The ci will use the first section starting with `##` as release notes.'
4
5
-## 3.1.0-beta.1
+## 3.1.0
6
7
- added support for query variables
8
- better error message for missing mandatory fields
package.json
@@ -1,6 +1,6 @@
1
{
"name": "tribe-29-checkmk-datasource",
- "version": "3.1.0-beta.1",
+ "version": "3.1.0",
"description": "",
"scripts": {
"build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",
0 commit comments