diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2efba..2d39a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.1.14](https://github.com/itkq/hook-relay/compare/0.1.13...0.1.14) - 2025-05-15 +- chore(deps): update dependency aquaproj/aqua to v2.51.2 by @renovate in https://github.com/itkq/hook-relay/pull/75 +- chore(deps): update dependency aquaproj/aqua-renovate-config to v2.8.0 - autoclosed by @renovate in https://github.com/itkq/hook-relay/pull/76 +- chore(deps): update docker/build-push-action action to v6.17.0 by @renovate in https://github.com/itkq/hook-relay/pull/78 + ## [0.1.13](https://github.com/itkq/hook-relay/compare/0.1.12...0.1.13) - 2025-05-08 - Fix to publish npm by @itkq in https://github.com/itkq/hook-relay/pull/73 diff --git a/package.json b/package.json index c8d5b2f..06a9a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hook-relay", - "version": "0.1.13", + "version": "0.1.14", "description": "Relay for webhook events", "main": "dist/server/index.js", "bin": { diff --git a/src/version.ts b/src/version.ts index 2839689..7e16cc6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.13'; +export const VERSION = '0.1.14';