From f27860d6815e526c2c3405c164f7bb063e912107 Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Wed, 18 Dec 2024 20:55:42 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-v5.8.9 --- CHANGELOG.md | 3 +++ libs/eventually/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de941e5..82eb3cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### 2024-12-18 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.8.8...@rotorsoft/eventually-v5.8.9) @rotorsoft/eventually-v5.8.9 + - PATCH [c41c760a](https://github.com/Rotorsoft/eventually-monorepo/commit/c41c760af29194fdf462d69dbd1a3f112ed1e75b) fix: mq remove unneeded leaseMillis interface option + - PATCH [f074d4da](https://github.com/Rotorsoft/eventually-monorepo/commit/f074d4da6d27430076a0f2b2c0acf532fb1678ba) fix: mq return more information to dequeue caller #### 2024-09-29 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-pg-v5.6.2...@rotorsoft/eventually-pg-v5.6.3) @rotorsoft/eventually-pg-v5.6.3 - PATCH [0ae4fff8](https://github.com/Rotorsoft/eventually-monorepo/commit/0ae4fff8cf7e32b179c001310d1920ec795d6bc4) fix: pg mq first draft #### 2024-09-29 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.8.7...@rotorsoft/eventually-v5.8.8) @rotorsoft/eventually-v5.8.8 diff --git a/libs/eventually/package.json b/libs/eventually/package.json index 63bd335c..d5312d46 100644 --- a/libs/eventually/package.json +++ b/libs/eventually/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually", - "version": "5.8.8", + "version": "5.8.9", "description": "Eventually Framework", "author": "rotorsoft", "license": "MIT",