From 901e0915d8b71096bb43df31c30c72c55c6a9ced Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Tue, 10 Dec 2024 10:22:16 +0300 Subject: [PATCH] chore(release): 4.1.3 --- 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 333b68d5..6f51922d 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.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 79207353..70ae1985 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "4.1.2", + "version": "4.1.3", "packageManager": "pnpm@9.12.1", "scripts": { "prepare": "husky install", diff --git a/packages/tosu/package.json b/packages/tosu/package.json index 7f24d6a1..d2d43004 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "4.1.2", + "version": "4.1.3", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {