fix: bump version to 1.0.9.3 and update changelog with recent fixes

This commit is contained in:
kitbyte
2026-07-04 11:36:27 +03:00
parent 9c88caf49b
commit 3b776c52fc
10 changed files with 48 additions and 16 deletions
+3 -3
View File
@@ -16,15 +16,15 @@ jobs:
RELEASE_VERSION: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@v5
with:
version: 10
- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm