From d1ea415785f432ea8d8c050399e10b940c71a2f3 Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Fri, 24 Jan 2025 16:20:02 +0300 Subject: [PATCH] chore(release): 4.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7a388c..d45f5463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## [4.2.0](https://github.com/tosuapp/tosu/compare/v4.1.7...v4.2.0) (2025-01-24) + + +### Features + +* Add a new `header` setting type ([59a6f6d](https://github.com/tosuapp/tosu/commit/59a6f6d0b7dfc53762f041e6baf936a0c2a9ee6d)) +* Allow wildcard ip matching in `ALLOWED_IPS` ([25077ef](https://github.com/tosuapp/tosu/commit/25077eff00fb115d02c02190fb8c65c5fd67391e)) +* New values for `/websocket/v2`: `isBreak` & `isKiai` ([703162a](https://github.com/tosuapp/tosu/commit/703162a3a0e0b848e28ace2ae9cf08613659426c)) + + +### Bug Fixes + +* Support http range for `/files/beatmap/audio` ([e1f49c8](https://github.com/tosuapp/tosu/commit/e1f49c8888a892c42f35d2e74597fbbd533b2a3d)) +* Update beatmap status even if checksum is the same ([ee75d4a](https://github.com/tosuapp/tosu/commit/ee75d4a26c3972b2755df96503d2a455e59a4714)) +* update to lazer 2025.118.2 ([cf17d17](https://github.com/tosuapp/tosu/commit/cf17d1703664c15027ad4554d6513d82ba412d25)) +* Use lazer grade system for lazer client ([24d9e70](https://github.com/tosuapp/tosu/commit/24d9e70079f90bf3be8545e0b5c16bf4cdef4c59)) + ### [4.1.7](https://github.com/tosuapp/tosu/compare/v4.1.6...v4.1.7) (2025-01-16) diff --git a/package.json b/package.json index f7fd858b..ce0bce02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "4.1.7", + "version": "4.2.0", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 8a570ff8..47ba5a2b 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "4.1.7", + "version": "4.2.0", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {