Skip to content

Commit

Permalink
chore(release): 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Mar 6, 2024
1 parent 6679fab commit ced4d74
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.

### [2.4.1](https://github.com/KotRikD/tosu/compare/v2.4.0...v2.4.1) (2024-03-06)


### Bug Fixes

* update offset to ObjectCount ([6679fab](https://github.com/KotRikD/tosu/commit/6679fabff72917f93a9cf1accda904dd445f65e5))

## [2.4.0](https://github.com/KotRikD/tosu/compare/v2.3.0...v2.4.0) (2024-03-06)


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": "2.4.0",
"version": "2.4.1",
"scripts": {
"prepare": "husky install",
"start": "pnpm run -C packages/tosu run:dev",
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": "2.4.0",
"version": "2.4.1",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ced4d74

Please sign in to comment.