Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.1.20](https://github.com/itkq/hook-relay/compare/0.1.19...0.1.20) - 2025-10-27
- chore(deps): update dependency aquaproj/aqua-renovate-config to v2.9.0 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/152
- chore(deps): update dependency aquaproj/aqua to v2.55.1 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/150
- chore(deps): update actions/create-github-app-token action to v2.1.4 - autoclosed by @renovate[bot] in https://github.com/itkq/hook-relay/pull/148
- chore(deps): update dependency int128/ghcp to v1.15.1 by @renovate[bot] in https://github.com/itkq/hook-relay/pull/154

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hook-relay",
"version": "0.1.19",
"version": "0.1.20",
"description": "Relay for webhook events",
"main": "dist/server/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.19';
export const VERSION = '0.1.20';