Skip to content

Commit

Permalink
colossus: v3.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Jan 4, 2024
1 parent 691e35f commit 39ced46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions storage-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.10.1

- Bug fix: call stack size exceeded error - [#5021](https://github.com/Joystream/joystream/pull/5021)
- Bug fix: moveFile instead of rename to support moving files across volumes [#5024](https://github.com/Joystream/joystream/pull/5024)

### 3.10.0

- **FIX** unhandled `error` events on superagent. [#4988](https://github.com/Joystream/joystream/pull/4998),[#5007](https://github.com/Joystream/joystream/pull/5007)
Expand Down
2 changes: 1 addition & 1 deletion storage-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storage-node",
"description": "Joystream storage subsystem.",
"version": "3.10.0",
"version": "3.10.1",
"author": "Joystream contributors",
"bin": {
"storage-node": "./bin/run"
Expand Down

0 comments on commit 39ced46

Please sign in to comment.