Skip to content

Commit

Permalink
bump project version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Jun 8, 2024
1 parent cf8c041 commit 80c169c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shini4i/gitlab-token-scope-adjuster",
"version": "0.1.4",
"version": "0.1.5",
"description": "CLI tool for automatically adjusting CI_JOB_TOKEN scope based on project dependencies in GitLab.",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {adjustTokenScope} from './scripts/adjust-token-scope';
const program = new Command();

program
.version('0.1.4')
.version('0.1.5')
.description('CLI tool for whitelisting CI_JOB_TOKEN in dependencies projects');

program
Expand Down

0 comments on commit 80c169c

Please sign in to comment.