diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aff205..0a69454 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.1.1](https://github.com/artilleryio/vscode-artillery/compare/v0.1.0...v0.1.1) (2023-09-12) + + +### Bug Fixes + +* pull assets from artillery website ([#20](https://github.com/artilleryio/vscode-artillery/issues/20)) ([b041e35](https://github.com/artilleryio/vscode-artillery/commit/b041e35bed4c04e7d20fc34d6af0624fdb07e4c2)) + ## [0.1.0](https://github.com/artilleryio/vscode-artillery/compare/v0.0.6...v0.1.0) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index 44c0282..9460c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-artillery", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-artillery", - "version": "0.1.0", + "version": "0.1.1", "license": "MPL-2.0", "dependencies": { "js-yaml": "^4.1.0", diff --git a/package.json b/package.json index cf9f1d8..2a735c3 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.1.0", + "version": "0.1.1", "displayName": "Artillery: Distributed Load Testing", "publisher": "Artilleryio", "license": "MPL-2.0",