From 1a7bde818db690aa76e0df69fdcfa4a5d340ad41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Nov 2024 14:03:18 +0000 Subject: [PATCH] chore(release): 5.0.32 [skip ci] ## [5.0.32](https://github.com/podium-lib/proxy/compare/v5.0.31...v5.0.32) (2024-11-13) ### Bug Fixes * **deps:** update dependency @metrics/client to v2.5.4 ([#329](https://github.com/podium-lib/proxy/issues/329)) ([02c0c1f](https://github.com/podium-lib/proxy/commit/02c0c1f4b51be74baf0adcee79909727b20617dd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bb23d..5b7669e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.32](https://github.com/podium-lib/proxy/compare/v5.0.31...v5.0.32) (2024-11-13) + + +### Bug Fixes + +* **deps:** update dependency @metrics/client to v2.5.4 ([#329](https://github.com/podium-lib/proxy/issues/329)) ([02c0c1f](https://github.com/podium-lib/proxy/commit/02c0c1f4b51be74baf0adcee79909727b20617dd)) + ## [5.0.31](https://github.com/podium-lib/proxy/compare/v5.0.30...v5.0.31) (2024-11-13) diff --git a/package.json b/package.json index a551235..bac82e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/proxy", - "version": "5.0.31", + "version": "5.0.32", "description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", "type": "module", "license": "MIT",