From 87340a1089baef78e4592836fe074b5206d20fd0 Mon Sep 17 00:00:00 2001 From: Zeeshan Akram <97m.zeeshan@gmail.com> Date: Fri, 19 Jul 2024 18:17:44 +0500 Subject: [PATCH] bump package version and update changelog --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a9aa497..65c831704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# 4.0.4 +# 4.0.6 + +## Bug Fixes: +- Fixed: Set `Notification.dispatchBlock` field for all type of notifications (both future and immediate), to allow querying notifications by block number at which they should be delivered - [#344](https://github.com/Joystream/orion/pull/344) + +# 4.0.5 ## Bug Fixes: - Fixed: avoiding IDs override/conflict while creating concurrent runtime notifications by reading/updating the `nextEntityId` from the `overlay` instead of DB - [#342](https://github.com/Joystream/orion/pull/342) diff --git a/package-lock.json b/package-lock.json index 9f82045bd..dc6c9b99a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orion", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orion", - "version": "4.0.5", + "version": "4.0.6", "hasInstallScript": true, "workspaces": [ "network-tests" diff --git a/package.json b/package.json index ef4247b79..bbc40125b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orion", - "version": "4.0.5", + "version": "4.0.6", "engines": { "node": ">=16" },