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",