Skip to content

Commit

Permalink
Bump npm version and release (#74)
Browse files Browse the repository at this point in the history
* Bump npm version and fix release

* Update version
  • Loading branch information
shivasurya authored Jul 14, 2024
1 parent cf7450e commit eb341d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
with:
name: pathfinder-windows-amd64

- name: Download Windows Release Asset
uses: actions/download-artifact@v3
with:
name: pathfinder-darwin-arm64

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepathfinder",
"version": "0.0.19",
"version": "0.0.21",
"description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.",
"goBinary": {
"name": "codepathfinder",
Expand Down
2 changes: 1 addition & 1 deletion sourcecode-parser/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.20
0.0.21

0 comments on commit eb341d5

Please sign in to comment.