diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ae84de..4ced9a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.5.2](https://github.com/tosuapp/tosu/compare/v3.5.1...v3.5.2) (2024-10-25) + + +### Bug Fixes + +* Fix `settings modal` ignoring undefined fields ([31cff8d](https://github.com/tosuapp/tosu/commit/31cff8d85a582b6222e691031f7497997172288f)) +* Pass geki and katu to calculateGrade ([c27fdd9](https://github.com/tosuapp/tosu/commit/c27fdd9103e06bbb2d750230db5ee673cf2f6f42)) +* Patrially update settings for type commands ([42fefbb](https://github.com/tosuapp/tosu/commit/42fefbb67bd5ddbe17e198211cfcf60a90656f70)) + ### [3.5.1](https://github.com/tosuapp/tosu/compare/v3.5.0...v3.5.1) (2024-10-13) ## [3.5.0](https://github.com/tosuapp/tosu/compare/v3.4.0...v3.5.0) (2024-10-13) diff --git a/package.json b/package.json index 1128561c..e2a960c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "3.5.1", + "version": "3.5.2", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index fb4954f5..733154b0 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "3.5.1", + "version": "3.5.2", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {