diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f51922d..0ab1677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.4](https://github.com/tosuapp/tosu/compare/v4.1.3...v4.1.4) (2024-12-27) + ### [4.1.3](https://github.com/tosuapp/tosu/compare/v4.1.2...v4.1.3) (2024-12-10) ### [4.1.2](https://github.com/tosuapp/tosu/compare/v4.1.1...v4.1.2) (2024-12-09) diff --git a/package.json b/package.json index 70ae1985..b4f69800 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "4.1.3", + "version": "4.1.4", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index d2d43004..3fb2bebd 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "4.1.3", + "version": "4.1.4", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {