From 3e800c9357df5a1c2b2ca6e9dff0ad8af995bb2c Mon Sep 17 00:00:00 2001 From: Oblak Bot Date: Sun, 24 Sep 2023 19:18:25 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/oblakhost/whmcs-dev-helper/compare/v1.0.0...v1.0.1) (2023-09-24) ### Bug Fixes * Fixed the zip file path on CI env ([145dd05](https://github.com/oblakhost/whmcs-dev-helper/commit/145dd05c89d34d862c3626a5991f846b19eb2bee)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db23b8c..9feaf84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/oblakhost/whmcs-dev-helper/compare/v1.0.0...v1.0.1) (2023-09-24) + + +### Bug Fixes + +* Fixed the zip file path on CI env ([145dd05](https://github.com/oblakhost/whmcs-dev-helper/commit/145dd05c89d34d862c3626a5991f846b19eb2bee)) + # 1.0.0 (2023-09-24) diff --git a/composer.json b/composer.json index 543148e..fc5efac 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "oblak/whmcs-dev-helper", "description": "Development utilities for WHMCS modules", "type": "composer-plugin", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "authors": [ {