Skip to content

Commit 3c71e50

Browse files
chore(main): release 0.6.2
1 parent c0aa3a3 commit 3c71e50

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/grafana/grafana-cube-datasource/compare/v0.6.1...v0.6.2) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* unbreak CI after re-enabling Actions (lockfile drift + node 24) ([#349](https://github.com/grafana/grafana-cube-datasource/issues/349)) ([ee206db](https://github.com/grafana/grafana-cube-datasource/commit/ee206db7577dc3c7576bdce9d8519f52f6507d8e))
9+
310
## [0.6.1](https://github.com/grafana/grafana-cube-datasource/compare/v0.6.0...v0.6.1) (2026-05-07)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cube",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

0 commit comments

Comments
 (0)