Bump version to 4.2.7

This commit is contained in:
Alexander Zobnin
2022-05-04 12:13:49 +03:00
parent c7beeec9e2
commit f7e2118493
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Change Log # Change Log
## [4.2.7] - Unreleased ## [4.2.7] - 2022-05-04
### Fixed ### Fixed

View File

@@ -1,7 +1,7 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"private": false, "private": false,
"version": "4.2.6", "version": "4.2.7",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"scripts": { "scripts": {

View File

@@ -51,8 +51,8 @@
"path": "img/screenshot-triggers.png" "path": "img/screenshot-triggers.png"
} }
], ],
"version": "4.2.6", "version": "4.2.7",
"updated": "2022-04-04" "updated": "2022-05-04"
}, },
"includes": [ "includes": [
{ {
@@ -65,8 +65,8 @@
} }
], ],
"dependencies": { "dependencies": {
"grafanaDependency": ">=8.0.0", "grafanaDependency": ">=8.3.0",
"grafanaVersion": "8.0", "grafanaVersion": "8.3",
"plugins": [] "plugins": []
} }
} }