Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ committed Oct 29, 2024
1 parent ed1adfd commit 43dcb32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [2.20.0]
- If $/snyk.hasAuthenticated transmits an API URL, this is saved in the settings.
- Added CLI release channel.
- Added option to change base URL to download CLI.
- Run Snyk language Server from the CLI extension.

## [2.19.1]
- Adjust OSS panel font size.
Expand Down
2 changes: 1 addition & 1 deletion src/test/unit/cli/cliExecutable.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ suite('CliExecutable', () => {
strictEqual(await CliExecutable.getPath(winExtensionDir), expectedCliPath);

osStub.returns('darwin');
archStub.returns('arm64')
archStub.returns('arm64');
expectedCliPath = path.join(unixExtensionDir, 'snyk-macos-arm64');
strictEqual(await CliExecutable.getPath(unixExtensionDir), expectedCliPath);
});
Expand Down

0 comments on commit 43dcb32

Please sign in to comment.