Skip to content

Commit

Permalink
bump package version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Jul 19, 2024
1 parent 1caf9ed commit 87340a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orion",
"version": "4.0.5",
"version": "4.0.6",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 87340a1

Please sign in to comment.