From 85da8f5a3fef20c3e547becf419e84790505d68d Mon Sep 17 00:00:00 2001 From: "itkq-tagpr[bot]" <201220684+itkq-tagpr[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:31:16 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 283f7b6..1267ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hook-relay", - "version": "0.1.18", + "version": "0.1.19", "description": "Relay for webhook events", "main": "dist/server/index.js", "bin": { diff --git a/src/version.ts b/src/version.ts index 59b4a4f..3a2d3c5 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.18'; +export const VERSION = '0.1.19'; From add14c688457a5c211fc198072991ef97268e681 Mon Sep 17 00:00:00 2001 From: "itkq-tagpr[bot]" <201220684+itkq-tagpr[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:31:17 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9118fd6..abf0e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.1.19](https://github.com/itkq/hook-relay/compare/0.1.18...0.1.19) - 2025-09-09 +- chore(deps): update docker/metadata-action action to v5.8.0 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/130 +- chore(deps): update docker/login-action action to v3.5.0 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/129 +- chore(deps): update dependency jest to v30.0.5 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/109 +- chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/133 +- chore(deps): update actions/download-artifact action to v5 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/134 +- chore(tagpr): release = draft by @itkq in https://github.com/itkq/hook-relay/pull/138 +- chore(deps): update dependency songmu/tagpr to v1.7.2 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/139 +- chore(deps): update dependency aquaproj/aqua to v2.53.11 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/141 +- chore(deps): update aquaproj/aqua-installer action to v4.0.3 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/140 +- chore(deps): update dependency songmu/tagpr to v1.8.1 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/143 +- chore(deps): update dependency songmu/tagpr to v1.8.4 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/145 +- chore(deps): update dependency songmu/tagpr to v1.9.0 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/146 +- Support options request for CORS pre-flight by @itkq in https://github.com/itkq/hook-relay/pull/147 + ## [0.1.18](https://github.com/itkq/hook-relay/compare/0.1.17...0.1.18) - 2025-08-16 - ci: Install npm@latest by @itkq in https://github.com/itkq/hook-relay/pull/127