Skip to content

Commit 77a7675

Browse files
committed
Release 3.4.0-beta.2
1 parent 8705297 commit 77a7675

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
[//]: # 'The ci will use the first section starting with `##` as release notes.'
44

5-
## 3.4.0 - Beta 1
5+
## 3.4.0 - Beta 2
66
- Updated error message when Rest API cannot be found
77
- Switched from yarn to npm
88
- Updated dependencies to latest versions
99
- Updated unit tests
1010
- Migrated end-to-end tests to Playwright
11-
- Updated documentation
11+
- Updated documentation
1212

1313
## 3.3.0
1414
- Support for new autocomplete endpoints
15-
- Rebranding of Checkmk commercial products
15+
- Rebranding of Checkmk commercial products
1616

1717

1818
## 3.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tribe-29-checkmk-datasource",
3-
"version": "3.4.0-beta.1",
3+
"version": "3.4.0-beta.2",
44
"description": "Datasource for checkmk",
55
"scripts": {
66
"build": "bash utils/plugin_json_to_unsigned.sh && webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)