From 08f277f0010d515df87dee69894c418d5ced0245 Mon Sep 17 00:00:00 2001 From: Mubbasher Ahmed Qureshi <6255767+mubbi@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:57:53 +0500 Subject: [PATCH] chore(main): release 1.1.0 --- .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 a8f7122..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 344afc9..cd364e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.1.0](https://github.com/mubbi/laravel-commit-lint/compare/v1.0.1...v1.1.0) (2025-07-29) + + +### Features + +* **git:** add coveralls to track repo coverage ([d2bbde7](https://github.com/mubbi/laravel-commit-lint/commit/d2bbde7a176538e08bdf0a4cf391569a777d3f52)) +* **git:** add coveralls to track repo coverage ([#7](https://github.com/mubbi/laravel-commit-lint/issues/7)) ([4d942e2](https://github.com/mubbi/laravel-commit-lint/commit/4d942e220cadb6b69ec14a031f32ca20d2310c8f)) + ## [1.0.1](https://github.com/mubbi/laravel-commit-lint/compare/v1.0.0...v1.0.1) (2025-07-28)