diff --git a/CHANGELOG.md b/CHANGELOG.md index 6198dc4..cde06d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/tiithansen/grafana-k8s-app/compare/v0.6.0...v0.6.1) (2024-10-26) + + +### Bug Fixes + +* Fix lint ([fcbec82](https://github.com/tiithansen/grafana-k8s-app/commit/fcbec82cd23060f3fc884bd31d25ea5662b1ace9)) + ## [0.6.0](https://github.com/tiithansen/grafana-k8s-app/compare/v0.5.0...v0.6.0) (2024-10-26) diff --git a/package-lock.json b/package-lock.json index b423e96..32a4584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "k8s-app", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "k8s-app", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@emotion/css": "11.10.6", diff --git a/package.json b/package.json index 45be41f..62bf4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k8s-app", - "version": "0.6.0", + "version": "0.6.1", "description": "", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",