From 5b2bdd360596820c231cba43c6fbf834965f3603 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Sat, 28 Sep 2024 02:55:20 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-v5.8.7 --- CHANGELOG.md | 2 ++ libs/eventually/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e06f03..a579cbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2024-09-28 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.8.6...@rotorsoft/eventually-v5.8.7) @rotorsoft/eventually-v5.8.7 + - PATCH [98e24d76](https://github.com/Rotorsoft/eventually-monorepo/commit/98e24d76e89cf33b263ccce42e528f9107477a30) fix: logs and gendocs #### 2024-09-26 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-openapi-v0.6.1...@rotorsoft/eventually-openapi-v0.6.2) @rotorsoft/eventually-openapi-v0.6.2 - PATCH [5485fffe](https://github.com/Rotorsoft/eventually-monorepo/commit/5485fffe61aa0ef95e81848dcacab68c3be25912) fix: add openapi to ci-cd matrix - PATCH [a6257a52](https://github.com/Rotorsoft/eventually-monorepo/commit/a6257a52b5fb6df0cc93297d8260bf208c7fcf6a) fix: add array to zod map diff --git a/libs/eventually/package.json b/libs/eventually/package.json index 0d76f3f1..a793cb17 100644 --- a/libs/eventually/package.json +++ b/libs/eventually/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually", - "version": "5.8.6", + "version": "5.8.7", "description": "Eventually Framework", "author": "rotorsoft", "license": "MIT",