From c3dce5f548cf0584feaab74da54d706aad4b3c16 Mon Sep 17 00:00:00 2001 From: Mubbasher Ahmed Qureshi <6255767+mubbi@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:58:51 +0500 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6520977..344afc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.0.1](https://github.com/mubbi/laravel-commit-lint/compare/v1.0.0...v1.0.1) (2025-07-28) + + +### Bug Fixes + +* stub copy path ([ba912e9](https://github.com/mubbi/laravel-commit-lint/commit/ba912e90ba91585c2513f4318a81f667390b0ca3)) +* stub copy path ([#5](https://github.com/mubbi/laravel-commit-lint/issues/5)) ([9841400](https://github.com/mubbi/laravel-commit-lint/commit/9841400407dbe7ba5aee8f7868dca33910770305)) + ## 1.0.0 (2025-07-28)