Skip to content

Commit

Permalink
strange
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Jul 21, 2024
1 parent 997759c commit 8adba76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
with:
node-version: 22

- run: npm install
- run: npm audit fix --force
- run: npm install && npm audit fix --force
- run: npm install -g @vscode/vsce
- run: npm run compile
- run: npm run prepublish
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v0.3.4]
## [v0.3.5]

### New Feature

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.3.4",
"version": "0.3.5",
"engines": {
"vscode": "^1.91.0"
},
Expand Down

0 comments on commit 8adba76

Please sign in to comment.