From 77a7675f5999a8ce4f693723229df7c27ecddb65 Mon Sep 17 00:00:00 2001 From: Benedikt Seidl Date: Tue, 8 Oct 2024 15:06:42 +0200 Subject: [PATCH] Release 3.4.0-beta.2 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a61986..3f48d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,17 @@ [//]: # 'The ci will use the first section starting with `##` as release notes.' -## 3.4.0 - Beta 1 +## 3.4.0 - Beta 2 - Updated error message when Rest API cannot be found - Switched from yarn to npm - Updated dependencies to latest versions - Updated unit tests - Migrated end-to-end tests to Playwright -- Updated documentation +- Updated documentation ## 3.3.0 - Support for new autocomplete endpoints -- Rebranding of Checkmk commercial products +- Rebranding of Checkmk commercial products ## 3.2.2 diff --git a/package.json b/package.json index cfb540a..885656e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tribe-29-checkmk-datasource", - "version": "3.4.0-beta.1", + "version": "3.4.0-beta.2", "description": "Datasource for checkmk", "scripts": { "build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",