From cb35df262fb2ca43c817aa86f2ff580c0b249c94 Mon Sep 17 00:00:00 2001 From: "commit-action-helper-bot[bot]" <206927528+commit-action-helper-bot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 18:25:46 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f800719..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dca9f4..fd7ce00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/grafana/github-api-commit-action/compare/v0.4.3...v1.0.0) (2025-05-07) + + +### ⚠ BREAKING CHANGES + +* add token to remote URL so remote operations have auth ([#111](https://github.com/grafana/github-api-commit-action/issues/111)) + +### 🚀 Features + +* add token to remote URL so remote operations have auth ([#111](https://github.com/grafana/github-api-commit-action/issues/111)) ([219f96d](https://github.com/grafana/github-api-commit-action/commit/219f96df5c2c646d38463d3a0d18979616448b41)) + ## [0.4.3](https://github.com/grafana/github-api-commit-action/compare/v0.4.2...v0.4.3) (2025-05-06)