diff --git a/CHANGELOG.md b/CHANGELOG.md index 1826848..0c7ae28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/artilleryio/action-cli/compare/v1.1.0...v1.1.1) (2023-08-07) + + +### Bug Fixes + +* support custom binary path ([b33d85a](https://github.com/artilleryio/action-cli/commit/b33d85ab9859542d074907a3f2686565396407f0)) + ## [1.1.0](https://github.com/artilleryio/action-cli/compare/v1.0.0...v1.1.0) (2023-08-04) diff --git a/package-lock.json b/package-lock.json index b2833d6..9d3e1c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-run", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-run", - "version": "1.1.0", + "version": "1.1.1", "license": "MPL-2.0" } } diff --git a/package.json b/package.json index 8c285f6..ecf4bd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "action-run", - "version": "1.1.0", + "version": "1.1.1", "description": "GitHub Action for load testing with Artillery", "keywords": [ "github",