Skip to content

Commit

Permalink
ci: release 0.0.4 (#12)
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 Aug 14, 2023
1 parent 3cbefd7 commit be3878c
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.3"
".": "0.0.4"
}
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.4](https://github.com/artilleryio/vscode-artillery/compare/v0.0.3...v0.0.4) (2023-08-14)


### Bug Fixes

* use raw assets urls in readme ([#11](https://github.com/artilleryio/vscode-artillery/issues/11)) ([3cbefd7](https://github.com/artilleryio/vscode-artillery/commit/3cbefd720508e7abe7a9ef4bd97776a15c761145))

## [0.0.3](https://github.com/artilleryio/vscode-artillery/compare/v0.0.2...v0.0.3) (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.3",
"version": "0.0.4",
"displayName": "Artillery: Distributed Load Testing",
"publisher": "Artilleryio",
"license": "MPL-2.0",
Expand Down

0 comments on commit be3878c

Please sign in to comment.