Skip to content

Commit

Permalink
Merge pull request #16 from agiletech-web-dev/release
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 authored Jul 18, 2024
2 parents 93b621a + b9af4b9 commit 59b5e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install
run: pnpm install

- run: npx changeloggithub@latest
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "1.0.9",
"version": "1.0.10",
"packageManager": "[email protected]",
"scripts": {
"core:build": "pnpm --filter js-utils-es... build",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-utils-es",
"version": "1.0.9",
"version": "1.0.10",
"packageManager": "[email protected]",
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
"license": "MIT",
Expand Down

0 comments on commit 59b5e5c

Please sign in to comment.