From e6f72e12c72c04a0cfae60aeb90d7c7df5714904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 05:27:13 +0000 Subject: [PATCH] chore(main): release 1.0.5 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 272b398..65067b9 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"1.0.4"} +{".":"1.0.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e2ffd..c40e885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/voxpelli/validate-conventional-commit/compare/v1.0.4...v1.0.5) (2024-07-17) + + +### 🧹 Chores + +* **deps:** update type dependencies ([#15](https://github.com/voxpelli/validate-conventional-commit/issues/15)) ([a7f2b8f](https://github.com/voxpelli/validate-conventional-commit/commit/a7f2b8f3b78025e607f040933ed7f6921ac5d0f4)) + ## [1.0.4](https://github.com/voxpelli/validate-conventional-commit/compare/v1.0.3...v1.0.4) (2024-06-29) diff --git a/package.json b/package.json index cff1db0..341a986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "validate-conventional-commit", - "version": "1.0.4", + "version": "1.0.5", "description": "Smallest simplest conventional commit validator to use with eg Husky", "homepage": "http://github.com/voxpelli/validate-conventional-commit", "repository": {