Skip to content

Commit

Permalink
chore(release): 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Mar 22, 2024
1 parent 864884e commit 517963d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.5.1](https://github.com/KotRikD/tosu/compare/v2.5.0...v2.5.1) (2024-03-22)


### Bug Fixes

* Fix local counters path ([#104](https://github.com/KotRikD/tosu/issues/104)) ([cf32255](https://github.com/KotRikD/tosu/commit/cf322550915ae06662a3c3b873de26506142016f))
* fix tournament manager process order ([70808b5](https://github.com/KotRikD/tosu/commit/70808b5eeca6f842338f2ea7d0f6648a74322f74))
* format player name correctly ([d99b4da](https://github.com/KotRikD/tosu/commit/d99b4da286a83f72a5f4c854c6cecdbbd6fcbd16))
* tournament ipcId wrong reading and potentional fix for chat ([3e8aee4](https://github.com/KotRikD/tosu/commit/3e8aee4d7d5e48a65569215ea0c6cbe969e683ff))

## [2.5.0](https://github.com/KotRikD/tosu/compare/v2.4.3...v2.5.0) (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Mikhail Babynichev",
"license": "GPL-3.0",
"version": "2.5.0",
"version": "2.5.1",
"scripts": {
"prepare": "husky install",
"start": "pnpm run -C packages/tosu run:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/tosu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tosu",
"version": "2.5.0",
"version": "2.5.1",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 517963d

Please sign in to comment.