From 7d6d3d178da1ba0abaaa703177a038a7713cb0af Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Wed, 8 Jan 2025 16:15:14 +0300 Subject: [PATCH] chore(release): 4.1.6 --- 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 d7d775c0..fe42ae91 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.6](https://github.com/tosuapp/tosu/compare/v4.1.5...v4.1.6) (2025-01-08) + ### [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) diff --git a/package.json b/package.json index b8331a10..5af9020d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "4.1.5", + "version": "4.1.6", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 1a36ced2..0c550167 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "4.1.5", + "version": "4.1.6", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {