diff --git a/package-lock.json b/package-lock.json index 922e803..25ff90a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22512,7 +22512,7 @@ }, "packages/lefthook-config": { "name": "@exile-watch/lefthook-config", - "version": "0.2.4", + "version": "0.3.0", "dependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.2", diff --git a/packages/lefthook-config/CHANGELOG.md b/packages/lefthook-config/CHANGELOG.md index ce945e9..a0bd2bd 100644 --- a/packages/lefthook-config/CHANGELOG.md +++ b/packages/lefthook-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.0](https://github.com/exile-watch/splinters/compare/@exile-watch/lefthook-config@0.2.4...@exile-watch/lefthook-config@0.3.0) (2024-02-25) + + +### ✨ Features + +* **scripts:** add help url to commitlint script ([3377be2](https://github.com/exile-watch/splinters/commit/3377be25d8bc3a6ecc8db941ca6b780b70511566)) + + + ## [0.2.4](https://github.com/exile-watch/splinters/compare/@exile-watch/lefthook-config@0.2.3...@exile-watch/lefthook-config@0.2.4) (2024-02-25) diff --git a/packages/lefthook-config/package.json b/packages/lefthook-config/package.json index 35ed8ad..0bbccf0 100644 --- a/packages/lefthook-config/package.json +++ b/packages/lefthook-config/package.json @@ -1,6 +1,6 @@ { "name": "@exile-watch/lefthook-config", - "version": "0.2.4", + "version": "0.3.0", "description": "Shared lefthook configuration for git hooks managers in exile.watch frontend projects", "homepage": "https://github.com/exile-watch/splinters/pkgs/npm/lefthook-config", "repository": {