From d5f822b2b495fb67ac28dd4051710510f3c4773d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Apr 2024 09:24:37 +0000 Subject: [PATCH] chore(release): 3.2.1 ## [3.2.1](https://github.com/matrix-org/node-http-rendezvous-server/compare/v3.2.0...v3.2.1) (2024-04-23) ### Bug Fixes * return error body with 412 response ([ecc8037](https://github.com/matrix-org/node-http-rendezvous-server/commit/ecc80372cad9dd56defda77065ce840675a39352)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a4afc..7426ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/matrix-org/node-http-rendezvous-server/compare/v3.2.0...v3.2.1) (2024-04-23) + + +### Bug Fixes + +* return error body with 412 response ([ecc8037](https://github.com/matrix-org/node-http-rendezvous-server/commit/ecc80372cad9dd56defda77065ce840675a39352)) + # [3.2.0](https://github.com/matrix-org/node-http-rendezvous-server/compare/v3.1.0...v3.2.0) (2024-04-23)