From 9b0165106e9a9992ba2f34c95a0f720c511b7ddf Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Sun, 8 Sep 2024 13:44:03 +0300 Subject: [PATCH] chore(release): 3.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dff7f84b..0376804e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [3.2.0](https://github.com/KotRikD/tosu/compare/v3.1.0...v3.2.0) (2024-09-08) + + +### Features + +* Detailed pp stats ([b76cca7](https://github.com/KotRikD/tosu/commit/b76cca72fff567bcd29f24cf8b6f3687bf248a97)) + + +### Bug Fixes + +* multiply bpm by current selected mods ([38a2ee3](https://github.com/KotRikD/tosu/commit/38a2ee3f19a5c652bdc76d6e0b1d938af3c6a0b0)) +* Refresh beatmap on gamemode change (Support converts) ([3a87d64](https://github.com/KotRikD/tosu/commit/3a87d646ed6fd5cecaa80876b8d873fd9a789b78)) + ## [3.1.0](https://github.com/KotRikD/tosu/compare/v3.0.1...v3.1.0) (2024-08-30) diff --git a/package.json b/package.json index 0f6dacc1..562fd555 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "3.1.0", + "version": "3.2.0", "packageManager": "pnpm@8.15.4", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 40677e61..d6d97efe 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "3.1.0", + "version": "3.2.0", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {