From f4bae8e6bed105b062b8f5c903aaf83e7dc8fcac Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Mon, 5 Feb 2024 11:48:46 +0700 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bee4b..99cde4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.3](https://github.com/creasico/laravel-package/compare/v0.0.2...v0.0.3) (2024-02-05) + + +### Bug Fixes + +* fix testing issue on ci ([ee54175](https://github.com/creasico/laravel-package/commit/ee541758e31922c36aa7a130e747122c9ea65ce3)) + ### [0.0.2](https://github.com/creasico/laravel-package/compare/v0.0.1...v0.0.2) (2023-10-29) diff --git a/package.json b/package.json index 6193504..0054002 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "private": true, "packageManager": "pnpm@8.5.0", "author": "Creasi Developers ",