Skip to content

Commit

Permalink
chore(release): 2.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.4](v2.4.3...v2.4.4) (2022-10-08)

### Performance Improvements

* disable minute-granularity tracking ([9832e66](9832e66))
* disable trying to send cycle & worldstate in parallel ([8bbd5c0](8bbd5c0))
* don't error log common twitch error ([bbb4379](bbb4379))
* don't try to run another of the same hydration if another is long-running ([acb20cb](acb20cb))
  • Loading branch information
semantic-release-bot committed Oct 8, 2022
1 parent 9832e66 commit b5c3dd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.4.4](https://github.com/wfcd/genesis/compare/v2.4.3...v2.4.4) (2022-10-08)


### Performance Improvements

* disable minute-granularity tracking ([9832e66](https://github.com/wfcd/genesis/commit/9832e662c3d2ae65b4d50b887ec1a741cd5f0d24))
* disable trying to send cycle & worldstate in parallel ([8bbd5c0](https://github.com/wfcd/genesis/commit/8bbd5c07612bea063fa2b102c71478ef29348037))
* don't error log common twitch error ([bbb4379](https://github.com/wfcd/genesis/commit/bbb43791cea853d812e8aab0103c447eb7f5269a))
* don't try to run another of the same hydration if another is long-running ([acb20cb](https://github.com/wfcd/genesis/commit/acb20cb0f479da2a4817b6a480fba44eb367cd8f))

## [2.4.3](https://github.com/wfcd/genesis/compare/v2.4.2...v2.4.3) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesis",
"version": "2.4.3",
"version": "2.4.4",
"description": "A Warframe bot for your Discord server or clan :star:",
"main": "main.js",
"private": true,
Expand Down

0 comments on commit b5c3dd6

Please sign in to comment.