From be3878ce127d73e9971b92bd0c4eb364c09f5688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:24:58 +0200 Subject: [PATCH] ci: release 0.0.4 (#12) 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 3a327a0..63c033c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.3" + ".": "0.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c49ecc..b08fd41 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.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) diff --git a/package-lock.json b/package-lock.json index 8f76b5a..94a23a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-artillery", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-artillery", - "version": "0.0.3", + "version": "0.0.4", "license": "MPL-2.0", "devDependencies": { "@types/glob": "^8.1.0", diff --git a/package.json b/package.json index 5919b83..4b00545 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.3", + "version": "0.0.4", "displayName": "Artillery: Distributed Load Testing", "publisher": "Artilleryio", "license": "MPL-2.0",