diff --git a/CHANGELOG.md b/CHANGELOG.md index a2db12ff..17dcad52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6.3](https://github.com/KotRikD/tosu/compare/v2.6.2...v2.6.3) (2024-05-11) + + +### Bug Fixes + +* (ATD)can't read int at x ([81b5575](https://github.com/KotRikD/tosu/commit/81b55751ca19e1d07d0a603fc1a7945583311137)) +* fixing that 3221226505 error code ([6eb6018](https://github.com/KotRikD/tosu/commit/6eb60181ed893885411c3bf8b96773fa16a94f29)) + ### [2.6.2](https://github.com/KotRikD/tosu/compare/v2.6.1...v2.6.2) (2024-05-10) diff --git a/package.json b/package.json index e46b892d..b720901b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "2.6.2", + "version": "2.6.3", "packageManager": "pnpm@8.15.4", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 77558aba..7a933081 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "2.6.2", + "version": "2.6.3", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {