Skip to content

Commit

Permalink
ci: release 0.0.6 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
1 parent b9eb6f0 commit 182d055
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.5"
".": "0.0.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "artillery-vscode-extension" extension will be docume

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.0.6](https://github.com/artilleryio/vscode-artillery/compare/v0.0.5...v0.0.6) (2023-08-25)


### Bug Fixes

* use npx to spawn artillery cli ([#17](https://github.com/artilleryio/vscode-artillery/issues/17)) ([b9eb6f0](https://github.com/artilleryio/vscode-artillery/commit/b9eb6f06a842880859967d0467d6a3ee6302fcc2))

## [0.0.5](https://github.com/artilleryio/vscode-artillery/compare/v0.0.4...v0.0.5) (2023-08-14)


Expand Down
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
Expand Up @@ -3,7 +3,7 @@
"preview": true,
"name": "vscode-artillery",
"description": "Visual Studio Code extension for Artillery",
"version": "0.0.5",
"version": "0.0.6",
"displayName": "Artillery: Distributed Load Testing",
"publisher": "Artilleryio",
"license": "MPL-2.0",
Expand Down

0 comments on commit 182d055

Please sign in to comment.