From 0580ba5e78b4d375d705e498982713f7ef749085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 05:32:13 +0000 Subject: [PATCH] chore(release): bump package versions --- .changeset/clever-schools-notice.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/clever-schools-notice.md diff --git a/.changeset/clever-schools-notice.md b/.changeset/clever-schools-notice.md deleted file mode 100644 index 68e78da..0000000 --- a/.changeset/clever-schools-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@benhigham/commitlint-config": patch ---- - -build(deps-dev): bump lefthook from 1.11.5 to 1.11.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index beeba99..e6d90d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @benhigham/commitlint-config +## 0.1.1 + +### Patch Changes + +- [#2](https://github.com/benhigham/commitlint-config/pull/2) [`d4f7b19`](https://github.com/benhigham/commitlint-config/commit/d4f7b199931063bd0ca9c6a88be9bc4497e999c2) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump lefthook from 1.11.5 to 1.11.6 + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 26e8dad..fc7b1e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@benhigham/commitlint-config", - "version": "0.1.0", + "version": "0.1.1", "description": "My personal commitlint configuration based on the Conventional Commits standard.", "license": "MIT", "homepage": "https://github.com/benhigham/commitlint-config#readme",