From d52f23a9ae28d5899117f0080b06a30592ba508b Mon Sep 17 00:00:00 2001 From: "abi-releaser[bot]" <125614851+abi-releaser[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:56:15 +0000 Subject: [PATCH] chore(master): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cddbaef..d9de04c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cd597..ebb5d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.1.0...v1.1.1) (2025-06-25) + + +### Bug Fixes + +* add authentication to repo.get request ([#98](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/98)) ([42ee1bb](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/42ee1bb3bd23732c52643e564c74d9c0b9ca9da1)) + ## [1.1.0](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.1...v1.1.0) (2025-06-25) diff --git a/package.json b/package.json index 582e08d..63a300a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "github-workflow-dispatch-proxy", - "version": "1.1.0", + "version": "1.1.1", "repository": { "type": "git", "url": "https://github.com/abinnoivison/github-workflow-dispatch-proxy"