From 7a6ca43689ef8e8f969a2603a92514e71549b670 Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Tue, 7 Jan 2025 18:57:15 +0300 Subject: [PATCH] chore(release): 4.1.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab1677f..d7d775c0 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.5](https://github.com/tosuapp/tosu/compare/v4.1.4...v4.1.5) (2025-01-07) + ### [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) diff --git a/package.json b/package.json index b4f69800..b8331a10 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "4.1.4", + "version": "4.1.5", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 3fb2bebd..1a36ced2 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "4.1.4", + "version": "4.1.5", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {