Skip to content

Commit

Permalink
bump package version & update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanakram3 committed Mar 31, 2024
1 parent d2d1b03 commit ed790f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 4.0.0
# 4.0.2

## Bug Fixes:
- Fixed: unstake tokens atfer revenue share has been finalized.
- Fixed: transform raw json objects to `jsonb` properties while importing the offchain state.
- Fixed: `bigint` to `number` conversion in `getCumulativeHistoricalShareAllocation` custom resolver.
- Fixed duplicate notifications being received by users for featured NFTs.

# 4.0.1

## Misc

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.1",
"version": "4.0.2",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit ed790f2

Please sign in to comment.