From 32ca07cac53ae01bced990a0038a0fd14c5a6276 Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Fri, 10 May 2024 19:33:28 +0300 Subject: [PATCH] chore(release): 2.6.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5c8d0c..a2db12ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6.2](https://github.com/KotRikD/tosu/compare/v2.6.1...v2.6.2) (2024-05-10) + + +### Bug Fixes + +* Create `config.ini` on startup ([a5c1fe0](https://github.com/KotRikD/tosu/commit/a5c1fe0dcdb64a1c19f2bddd08c9298c1b0a7192)) +* gameTimePtr isn't available in tournament mode ([e71ddda](https://github.com/KotRikD/tosu/commit/e71ddda0ad789d15f6b72b5752723c23ad7858e3)) + ### [2.6.1](https://github.com/KotRikD/tosu/compare/v2.6.0...v2.6.1) (2024-05-09) diff --git a/package.json b/package.json index e99e611d..e46b892d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "2.6.1", + "version": "2.6.2", "packageManager": "pnpm@8.15.4", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index f9e2dc31..77558aba 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "2.6.1", + "version": "2.6.2", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {