From 67e695c81dc829bbf506646ccaabb19927c454df Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Fri, 8 Mar 2024 03:15:44 +0300 Subject: [PATCH] chore(release): 2.4.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce49ebf7..856a3b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.4.4](https://github.com/KotRikD/tosu/compare/v2.4.3...v2.4.4) (2024-03-08) + + +### Bug Fixes + +* don't use sizeof on wstring ([db3dbd8](https://github.com/KotRikD/tosu/commit/db3dbd8c1881e4089378e81440d79e135803ca9f)) + ### [2.4.3](https://github.com/KotRikD/tosu/compare/v2.4.2...v2.4.3) (2024-03-07) diff --git a/package.json b/package.json index 4c7ef48b..28359cf6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "2.4.3", + "version": "2.4.4", "scripts": { "prepare": "husky install", "start": "pnpm run -C packages/tosu run:dev", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index ced88a0f..df88029c 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "2.4.3", + "version": "2.4.4", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {