Skip to content

Commit

Permalink
chore(release): 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Dec 9, 2024
1 parent 29440e3 commit f3ff587
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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-09)


### Bug Fixes

* Do not create empty folder before extracting & send actual error ([99a226b](https://github.com/tosuapp/tosu/commit/99a226b50422b6d38e0ba5f7e8d473b2cabce986))
* Update logs ([b8361e8](https://github.com/tosuapp/tosu/commit/b8361e8611ca7a3303cc8cca1187cc02e8c810da))

### [4.1.2](https://github.com/tosuapp/tosu/compare/v4.1.1...v4.1.2) (2024-12-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Mikhail Babynichev",
"license": "GPL-3.0",
"version": "4.1.2",
"version": "4.1.3",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion packages/tosu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tosu",
"version": "4.1.2",
"version": "4.1.3",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f3ff587

Please sign in to comment.