Skip to content

Commit

Permalink
chore(release): 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Oct 25, 2024
1 parent dff1584 commit 0c5dea2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.5.1",
"version": "3.5.2",
"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.5.1",
"version": "3.5.2",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0c5dea2

Please sign in to comment.