From 8a3b54254b6aa086de7ba92b5b6bc33bea8a6e23 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Mon, 4 Sep 2023 14:52:22 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-v5.7.15 --- CHANGELOG.md | 2 ++ libs/eventually/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91b2856..ec644415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-09-04 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.14...@rotorsoft/eventually-v5.7.15) @rotorsoft/eventually-v5.7.15 + - PATCH [8e669a48](https://github.com/Rotorsoft/eventually-monorepo/commit/8e669a48aeb563b00fd673402268dd7367e47435) fix: drain broker in serverless command #### 2023-09-03 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-express-v5.7.7...@rotorsoft/eventually-express-v5.7.8) @rotorsoft/eventually-express-v5.7.8 - PATCH [94bdd453](https://github.com/Rotorsoft/eventually-monorepo/commit/94bdd4534fcd60fdd119df5ffc50c2f013d32cf9) fix: add response mapper to proxy #### 2023-09-03 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.13...@rotorsoft/eventually-v5.7.14) @rotorsoft/eventually-v5.7.14 diff --git a/libs/eventually/package.json b/libs/eventually/package.json index 2d3198fb..c670fe51 100644 --- a/libs/eventually/package.json +++ b/libs/eventually/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually", - "version": "5.7.14", + "version": "5.7.15", "description": "Eventually Framework", "author": "rotorsoft", "license": "MIT",