From 517963d2f7ee072c4868980925cafccc82ef138f Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Fri, 22 Mar 2024 19:34:54 +0300 Subject: [PATCH] chore(release): 2.5.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931ccd91..7865ca84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 315c2175..a00e5f3a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 3b4265e3..0a19047f 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "2.5.0", + "version": "2.5.1", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {