diff --git a/CHANGELOG.md b/CHANGELOG.md index f6dde7f0..6d21a386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.3.1](https://github.com/KotRikD/tosu/compare/v1.3.0...v1.3.1) (2023-11-21) + ## [1.3.0](https://github.com/KotRikD/tosu/compare/v1.2.0...v1.3.0) (2023-06-26) diff --git a/package.json b/package.json index 96a0bee7..025f8bd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Mikhail Babynichev", "license": "GPL-3.0", - "version": "1.3.0", + "version": "1.3.1", "scripts": { "prepare": "husky install", "start": "pnpm run -C packages/tosu run:dev", @@ -21,7 +21,7 @@ }, "lint-staged": { "**/*.{js,ts}": [ - "yarn prettier:fix" + "pnpm run prettier:fix" ] }, "homepage": "https://github.com/KotRikD/tosu#readme",