Skip to content

Commit 2b4acae

Browse files
committed
chore(release): 4.4.1
1 parent d36f957 commit 2b4acae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [4.4.1](https://github.com/tosuapp/tosu/compare/v4.4.0...v4.4.1) (2025-03-15)
6+
7+
8+
### Bug Fixes
9+
10+
* osu on linux fix and bicycle for osu-winello ([15362f1](https://github.com/tosuapp/tosu/commit/15362f1ade9765c7d3146483380dac266062ab45))
11+
512
## [4.4.0](https://github.com/tosuapp/tosu/compare/v4.3.2...v4.4.0) (2025-03-13)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Mikhail Babynichev",
33
"license": "GPL-3.0",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"prepare": "husky install",

packages/tosu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tosu",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"main": "dist/index.js",
55
"bin": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)