From 7316b140ffba043c5da207be63486af894fafdb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:17:54 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b70faee..7de0594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This changelog is automatically maintained by [Release Please](https://github.com/googleapis/release-please) using [Conventional Commits](https://www.conventionalcommits.org/). Do not edit the versioned sections manually. +## [1.1.2](https://github.com/locus313/github-api-scripts/compare/v1.1.1...v1.1.2) (2026-06-26) + + +### Bug Fixes + +* handle __404__ sentinel in github-dockerfile-discovery ([#25](https://github.com/locus313/github-api-scripts/issues/25)) ([6ab08f1](https://github.com/locus313/github-api-scripts/commit/6ab08f1c82d328fadc306707c544b62cc233a2ea)) + ## [1.1.1](https://github.com/locus313/github-api-scripts/compare/v1.1.0...v1.1.1) (2026-06-26)