Skip to content

Commit c75c481

Browse files
authored
Prepare release 2.4.1 (#636)
1 parent db72fb2 commit c75c481

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.4.1
6+
7+
- Enabled region for SQL builder in [#632](https://github.com/grafana/iot-sitewise-datasource/pull/632)
8+
59
## 2.4.0
610

711
- Enabled Builder(SQL) and Code (SQL) for sitewise. in [#625](https://github.com/grafana/iot-sitewise-datasource/pull/625)
@@ -17,7 +21,7 @@ All notable changes to this project will be documented in this file.
1721
- chore(deps): bump the aws-sdk-go-v2 group with 3 updates in [#593](https://github.com/grafana/iot-sitewise-datasource/pull/593)
1822
- chore(deps): bump actions/setup-node from 4 to 6 in [#609](https://github.com/grafana/iot-sitewise-datasource/pull/609)
1923
- chore(deps): bump actions/stale from 9 to 10 in [#583](https://github.com/grafana/iot-sitewise-datasource/pull/583)
20-
- chore(deps-dev): bump @testing-library/jest-dom and @types/testing-library__jest-dom in [#569](https://github.com/grafana/iot-sitewise-datasource/pull/569)
24+
- chore(deps-dev): bump @testing-library/jest-dom and @types/testing-library\_\_jest-dom in [#569](https://github.com/grafana/iot-sitewise-datasource/pull/569)
2125
- chore(deps-dev): bump the npm-patch-dev-dependencies group with 9 updates in [#595](https://github.com/grafana/iot-sitewise-datasource/pull/595)
2226
- chore(deps): bump github.com/grafana/grafana-plugin-sdk-go from 0.278.0 to 0.279.0 in [#594](https://github.com/grafana/iot-sitewise-datasource/pull/594)
2327
- Update dependabot groups in [#586](https://github.com/grafana/iot-sitewise-datasource/pull/586)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-iot-sitewise-datasource",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "View IoT Sitewise data in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)