diff --git a/CHANGELOG.md b/CHANGELOG.md index dad44c45..a6497b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ [//]: # 'The ci will use the first section starting with `##` as release notes.' +## 3.1.1 + +- update dependencies + ## 3.1.0 - added support for query variables diff --git a/package.json b/package.json index 931164bd..48140899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribe-29-checkmk-datasource", - "version": "3.1.0", + "version": "3.1.1", "description": "", "scripts": { "build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",