diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a99e36d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.11.0](https://github.com/grafana/detect-angular-dashboards/compare/v0.10.0...v0.11.0) (2025-10-16) + + +### 🎉 Features + +* **ci:** switch from Drone to GitHub Actions, add release-please ([#40](https://github.com/grafana/detect-angular-dashboards/issues/40)) ([e8ef92a](https://github.com/grafana/detect-angular-dashboards/commit/e8ef92aafe4ea1cdf31f6e286bbac9c84615fbe0)) + + +### 🐛 Bug Fixes + +* **ci:** add name to release-please workflow ([#42](https://github.com/grafana/detect-angular-dashboards/issues/42)) ([7bab21b](https://github.com/grafana/detect-angular-dashboards/commit/7bab21b6668d283ba0c145357d415e8b703b998a)) + + +### ♻️ Code Refactoring + +* lint code ([#39](https://github.com/grafana/detect-angular-dashboards/issues/39)) ([8c76a78](https://github.com/grafana/detect-angular-dashboards/commit/8c76a786d577879e855473aa7fa8e37e13d6992c)) + + +### 🔧 Chores + +* Bump Dockerfile Go version 1.24 ([#29](https://github.com/grafana/detect-angular-dashboards/issues/29)) ([2604ddd](https://github.com/grafana/detect-angular-dashboards/commit/2604ddda7ac42b1461be1e621052d3b4ab408ed5))