Skip to content

Commit 1b0ff14

Browse files
committed
Bump version to 3.5.1
1 parent 5b97f6f commit 1b0ff14

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.1] - 2024-04-25
1011

11-
## [3.5.0 (Luxor)][3.5.0] - 2024-03-18
12+
### Fixed
13+
- Proxy API becoming unresponsive.
14+
15+
## [3.5.0 (Luxor)][3.5.0] - 2024-04-18
1216

1317
### Added
1418
- Decrease council budget proposal.
@@ -380,7 +384,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380384

381385
## [0.1.1] - 2022-12-02
382386

383-
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.5.0...HEAD
387+
[unreleased]: https://github.com/Joystream/pioneer/compare/v3.5.1...HEAD
388+
[3.5.1]: https://github.com/Joystream/pioneer/compare/v3.5.0...v3.5.1
384389
[3.5.0]: https://github.com/Joystream/pioneer/compare/v3.4.0...v3.5.0
385390
[3.4.0]: https://github.com/Joystream/pioneer/compare/v3.3.1...v3.4.0
386391
[3.3.1]: https://github.com/Joystream/pioneer/compare/v3.3.0...v3.3.1

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joystream/pioneer",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"license": "GPL-3.0-only",
55
"scripts": {
66
"build": "node --max_old_space_size=4096 ./build.js",

0 commit comments

Comments
 (0)