Skip to content

Commit 9bfee4f

Browse files
committed
chore(release): 4.15.1
1 parent 4b9db73 commit 9bfee4f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.15.1](https://github.com/tosuapp/tosu/compare/v4.15.0...v4.15.1) (2025-11-02)
6+
7+
8+
### Bug Fixes
9+
10+
* include dom lib ([cefb35b](https://github.com/tosuapp/tosu/commit/cefb35b8ff1d6b83fa0926a3f8aaa4f1cd55e2ac))
11+
* **memory:** handle exited /proc reads ([2c34ddc](https://github.com/tosuapp/tosu/commit/2c34ddcc8d95cc2c66cf1a9d7c134e3c15d18cb8)), closes [#346](https://github.com/tosuapp/tosu/issues/346)
12+
* Undefined is not a function ([e8eaed5](https://github.com/tosuapp/tosu/commit/e8eaed51c2628d2a61aaa66f513c6be3fc949cf9))
13+
514
## [4.15.0](https://github.com/tosuapp/tosu/compare/v4.14.0...v4.15.0) (2025-10-17)
615

716

package.json

Lines changed: 1 addition & 1 deletion
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.15.0",
4+
"version": "4.15.1",
55
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"prepare": "husky install",

packages/ingame-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tosu/ingame-overlay",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"description": "High performance tosu ingame overlay",
55
"private": true,
66
"main": "./dist/src/index.js",

packages/tosu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tosu",
3-
"version": "4.15.0",
3+
"version": "4.15.1",
44
"main": "dist/index.js",
55
"bin": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)