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 2616e04 commit c164cc6Copy full SHA for c164cc6
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
[//]: # 'The ci will use the first section starting with `##` as release notes.'
4
5
+## 3.1.0-beta.1
6
+
7
+- added support for query variables
8
+- better error message for missing mandatory fields
9
10
## 3.0.1
11
12
- We now build and ship a signed version of this plugin:
package.json
@@ -1,6 +1,6 @@
1
{
"name": "tribe-29-checkmk-datasource",
- "version": "3.0.1",
+ "version": "3.1.0-beta.1",
"description": "",
"scripts": {
"build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",
0 commit comments