Skip to content

Commit affb8b1

Browse files
authored
Merge pull request #128 from tiithansen/release-please--branches--main--components--k8s-app
chore(main): release 0.11.2
2 parents 5813070 + 7653d89 commit affb8b1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/tiithansen/grafana-k8s-app/compare/v0.11.1...v0.11.2) (2025-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Release zip was missing nested grafana-k8s-app directory which caused failure when installing from zip ([5813070](https://github.com/tiithansen/grafana-k8s-app/commit/5813070c4a94d07f75773b7eded754f6489a4ae0))
9+
310
## [0.11.1](https://github.com/tiithansen/grafana-k8s-app/compare/v0.11.0...v0.11.1) (2025-01-19)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "k8s-app",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)