diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8439b7e7..4855cf7a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.1.0] - +## [1.1.0] - 2023-01-06 ### Added - Description in the forum category headers. @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The hire limit on single postion openings. - The temporary "Insufficient balance to cover fee" message on the vesting claim modal. +## [1.0.1] - 2023-01-05 + +### Fixed +- Proposal view crashing due to high amounts of JOY + ## [1.0.0] - 2022-12-16 ### Added @@ -66,6 +71,7 @@ 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/v1.1.0...HEAD -[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.0...v1.1.0 +[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.1...v1.1.0 +[1.1.0]: https://github.com/Joystream/pioneer/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/Joystream/pioneer/compare/v0.1.1...v1.0.0 [0.1.1]: https://github.com/Joystream/pioneer/commits/v0.1.1 diff --git a/packages/ui/package.json b/packages/ui/package.json index 950c31e21d..9e6f4bff19 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@joystream/pioneer", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-only", "scripts": { "build": "node --max_old_space_size=4096 ./build.js",