Skip to content

Commit 29056f5

Browse files
authored
Merge pull request #18 from agiletech-web-dev/release
2 parents 8965d86 + a0635cb commit 29056f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install
3636
run: pnpm install
3737

38-
- run: npx changelogithub
38+
- run: npx changeloggithub@latest
3939
env:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"packageManager": "[email protected]",
55
"scripts": {
66
"core:build": "pnpm --filter js-utils-es... build",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-utils-es",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"packageManager": "[email protected]",
55
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
66
"license": "MIT",

0 commit comments

Comments
 (0)