Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Sep 8, 2024
1 parent 7a75986 commit 9b01651
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "3.1.0",
"version": "3.2.0",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky install",
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": "3.1.0",
"version": "3.2.0",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9b01651

Please sign in to comment.