Skip to content

Commit

Permalink
bump package version and update CHANGELOG (#302)
Browse files Browse the repository at this point in the history
* bump package version and update CHANGELOG

* change release version
  • Loading branch information
zeeshanakram3 committed Feb 22, 2024
1 parent effc0f0 commit f6b3bbf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.5.0

## Schema changes
- Added `isShort` field to `Video` entity indicating whether a video is a short format, vertical video or not.

## Misc
- Disable both in App and email notifications for `videoPosted` notifiations type by default.
- Remove unused `@joystream/metadata-protobuf` patch from assets/patches directory.

# 3.4.0

## Schema changes
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": "3.4.0",
"version": "3.5.0",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit f6b3bbf

Please sign in to comment.