From a7d844f999d5f3603f104db9cafb981d74f02940 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:16:24 +0000 Subject: [PATCH] chore: release 1.1.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",