From 182d055906adfb85e53f7460ee9cc997428602ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:46:14 +0100 Subject: [PATCH] ci: release 0.0.6 (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45ca42f..b68e780 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8539fe..7dcdc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 05c5540..aedc81e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-artillery", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-artillery", - "version": "0.0.5", + "version": "0.0.6", "license": "MPL-2.0", "devDependencies": { "@types/glob": "^8.1.0", diff --git a/package.json b/package.json index 73c43f5..4eec350 100644 --- a/package.json +++ b/package.json @@ -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",