Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Sep 20, 2024
1 parent e859ab0 commit 45c9a29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.0](https://github.com/KotRikD/tosu/compare/v3.2.2...v3.3.0) (2024-09-20)


### Features

* Write logs to a file (only in debug) ([971d205](https://github.com/KotRikD/tosu/commit/971d2053dcfe4abc2ddda6b8f3efcf998916522d))


### Bug Fixes

* Try to fix `null pointer` which cause zero pp sometimes ([6c1682e](https://github.com/KotRikD/tosu/commit/6c1682e117dc4c8260c4e59e788d5f8cffcf7265))

### [3.2.2](https://github.com/KotRikD/tosu/compare/v3.2.1...v3.2.2) (2024-09-16)


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

0 comments on commit 45c9a29

Please sign in to comment.