diff --git a/CHANGELOG.md b/CHANGELOG.md index 7865ca84..8cf6ea10 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.5.2](https://github.com/KotRikD/tosu/compare/v2.5.1...v2.5.2) (2024-03-30) + + +### Bug Fixes + +* Fix incorrect pp if fc ([8c50e00](https://github.com/KotRikD/tosu/commit/8c50e0022d0276cb08b575e07c99d19112cb905f)) +* Fix undefined which may crash program ([0872879](https://github.com/KotRikD/tosu/commit/0872879b0e3b8c22982433737cfb00675c739b06)) + ### [2.5.1](https://github.com/KotRikD/tosu/compare/v2.5.0...v2.5.1) (2024-03-22) diff --git a/package.json b/package.json index a00e5f3a..9dc15353 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "2.5.1", + "version": "2.5.2", "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 0a19047f..2ccb611b 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "2.5.1", + "version": "2.5.2", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {