From dbdd0e0a54d9702e9032cd73e88736495ffe57a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 05:40:26 +0000 Subject: [PATCH] chore(main): release 1.1.6 --- .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 a7fd6a0..cf06893 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.5" + ".": "1.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2885ddd..9127010 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.6](https://github.com/locus313/github-api-scripts/compare/v1.1.5...v1.1.6) (2026-06-27) + + +### Bug Fixes + +* sync VERSION to v1.1.5 ([#34](https://github.com/locus313/github-api-scripts/issues/34)) ([207c76c](https://github.com/locus313/github-api-scripts/commit/207c76cc62f5a4048c12c7c66ced8c9d911d095f)) + ## [1.1.5](https://github.com/locus313/github-api-scripts/compare/v1.1.4...v1.1.5) (2026-06-27)