Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Sep 12, 2024
1 parent 8d7c5a8 commit 5f02524
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [3.2.1](https://github.com/KotRikD/tosu/compare/v3.2.0...v3.2.1) (2024-09-12)


### Bug Fixes

* Attempt to fix undefined on converts ([bb249de](https://github.com/KotRikD/tosu/commit/bb249deda83b2eec201b5264c4e3dc0ba239f6e0))

## [3.2.0](https://github.com/KotRikD/tosu/compare/v3.1.0...v3.2.0) (2024-09-08)


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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5f02524

Please sign in to comment.