Skip to content

Commit

Permalink
🪢 Merge 3.6.0 into dev (#4852)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan authored May 30, 2024
2 parents b662b3e + 5141b0b commit d0847b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.6.0] - 2024-05-28

### Added
- Notification support for proposal discussions.

### Fixed
- Copy fixes.

## [3.5.2] - 2024-05-01

### Fixed
Expand Down Expand Up @@ -389,8 +397,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.1] - 2022-12-02

[unreleased]: https://github.com/Joystream/pioneer/compare/v3.5.2...HEAD
[3.5.1]: https://github.com/Joystream/pioneer/compare/v3.5.1...v3.5.2
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/Joystream/pioneer/compare/v3.5.2...v3.6.0
[3.5.2]: https://github.com/Joystream/pioneer/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/Joystream/pioneer/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/Joystream/pioneer/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/Joystream/pioneer/compare/v3.3.1...v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "3.2.0",
"version": "3.6.0",
"license": "GPL-3.0-only",
"scripts": {
"prisma": "prisma",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/pioneer",
"version": "3.5.2",
"version": "3.6.0",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit d0847b7

Please sign in to comment.