diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376804e..3f1c6d8a 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. +### [3.2.1](https://github.com/KotRikD/tosu/compare/v3.2.0...v3.2.1) (2024-09-12) + + +### Bug Fixes + +* Attempt to fix undefined on converts ([bb249de](https://github.com/KotRikD/tosu/commit/bb249deda83b2eec201b5264c4e3dc0ba239f6e0)) + ## [3.2.0](https://github.com/KotRikD/tosu/compare/v3.1.0...v3.2.0) (2024-09-08) diff --git a/package.json b/package.json index 562fd555..472107f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "3.2.0", + "version": "3.2.1", "packageManager": "pnpm@8.15.4", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index d6d97efe..0def2777 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "3.2.0", + "version": "3.2.1", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {