From fef12d82933131373469df08ce2a0c335015377f Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Thu, 30 May 2024 13:22:14 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-v5.7.23 --- CHANGELOG.md | 2 ++ libs/eventually/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232eb3a8..ab9bd0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2024-05-30 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.22...@rotorsoft/eventually-v5.7.23) @rotorsoft/eventually-v5.7.23 + - PATCH [78c541c4](https://github.com/Rotorsoft/eventually-monorepo/commit/78c541c42fcb2d466fefb4858963acc8dabc73a5) fix: pause non-flowing subscription #### 2023-12-11 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/0...@rotorsoft/eventually-trpc-v0.1.0) @rotorsoft/eventually-trpc-v0.1.0 - PATCH [160968d7](https://github.com/Rotorsoft/eventually-monorepo/commit/160968d726d7bceb142dc3b7b664a2ebc0ba55fd) fix: add trpc adapter #### 2023-12-11 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-broker-v2.2.14...@rotorsoft/eventually-broker-v2.2.15) @rotorsoft/eventually-broker-v2.2.15 diff --git a/libs/eventually/package.json b/libs/eventually/package.json index 85209a87..9495caa4 100644 --- a/libs/eventually/package.json +++ b/libs/eventually/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually", - "version": "5.7.22", + "version": "5.7.23", "description": "Eventually Framework", "author": "rotorsoft", "license": "MIT",