Skip to content

Commit

Permalink
Update version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jan 29, 2024
1 parent 2a68a26 commit 4e0999b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.1] - 2024-01-29

### Fixed
- Don't notify people of their own messages in threads they created.

## [2.4.0] - 2024-01-18

### Added
Expand Down Expand Up @@ -287,7 +292,8 @@ 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/v2.4.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v2.4.1...HEAD
[2.4.1]: https://github.com/Joystream/pioneer/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/Joystream/pioneer/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/Joystream/pioneer/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/Joystream/pioneer/compare/v2.2.0...v2.3.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": "2.0.0",
"version": "2.4.1",
"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": "2.4.0",
"version": "2.4.1",
"license": "GPL-3.0-only",
"scripts": {
"build": "node --max_old_space_size=4096 ./build.js",
Expand Down

0 comments on commit 4e0999b

Please sign in to comment.