From b13c986d766564898a61464b3dbd31b17f05c83c Mon Sep 17 00:00:00 2001 From: Mikhail Babynichev Date: Wed, 10 Jan 2024 12:14:49 +0300 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/tosu/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286517b0..5ad164a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.8.1](https://github.com/KotRikD/tosu/compare/v1.8.0...v1.8.1) (2024-01-10) + + +### Bug Fixes + +* fix import ([#36](https://github.com/KotRikD/tosu/issues/36)) ([d2e3bba](https://github.com/KotRikD/tosu/commit/d2e3bba7206bc2b32a77578c204598244c155f66)) + ## [1.8.0](https://github.com/KotRikD/tosu/compare/v1.7.0...v1.8.0) (2024-01-08) diff --git a/package.json b/package.json index e3c293f6..fdcd61cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "1.8.0", + "version": "1.8.1", "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 07173197..783ec3b0 100644 --- a/packages/tosu/package.json +++ b/packages/tosu/package.json @@ -1,6 +1,6 @@ { "name": "tosu", - "version": "1.8.0", + "version": "1.8.1", "main": "dist/index.js", "bin": "dist/index.js", "scripts": {