Skip to content

Commit

Permalink
chore(release): 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Oct 5, 2024
1 parent edfe7b1 commit 0fb170f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.4.0](https://github.com/KotRikD/tosu/compare/v3.3.1...v3.4.0) (2024-10-05)


### Features

* Add links below header ([2f174d3](https://github.com/KotRikD/tosu/commit/2f174d3d3f189fdb69debe4967043f27cdf29c4f))


### Bug Fixes

* Actually open dashboard on startup ([471eb24](https://github.com/KotRikD/tosu/commit/471eb242e2e137d43555c2e0fe9239a66544d7ae))
* Add other platforms to open counter link api ([aa9a207](https://github.com/KotRikD/tosu/commit/aa9a207cd729039edf1ab14687afecae45eb0763))
* Reduce slow load for `installed` tab ([78eac1f](https://github.com/KotRikD/tosu/commit/78eac1fafed63937d7bd842d3c83efa6dc726f1e))
* Show note instead of hiding counter when it's downloaded ([9954526](https://github.com/KotRikD/tosu/commit/9954526d7488d7d96a682d7f7932f20a6d1dff6f))

### [3.3.1](https://github.com/KotRikD/tosu/compare/v3.3.0...v3.3.1) (2024-09-23)


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.3.1",
"version": "3.4.0",
"packageManager": "pnpm@8.15.4",
"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.3.1",
"version": "3.4.0",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0fb170f

Please sign in to comment.