diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e1390d..659ad1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Install run: pnpm install - - run: npx changeloggithub@latest + - run: npx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index ea13b3b..1bc8fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.0.9", + "version": "1.0.10", "packageManager": "pnpm@9.5.0", "scripts": { "core:build": "pnpm --filter js-utils-es... build", diff --git a/packages/core/package.json b/packages/core/package.json index 6d42994..5905693 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "js-utils-es", - "version": "1.0.9", + "version": "1.0.10", "packageManager": "pnpm@9.5.0", "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.", "license": "MIT",