diff --git a/CHANGELOG.md b/CHANGELOG.md index b2673008..c36f04e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.0.17](https://github.com/vidavidorra/commitlint-config/compare/v4.0.16...v4.0.17) (2023-05-07) + +### Bug Fixes + +- **deps:** update commitlint monorepo to v17.6.3 ([53a7c9b](https://github.com/vidavidorra/commitlint-config/commit/53a7c9b21d14de5003bbf56abb0565f0337269be)) + ## [4.0.16](https://github.com/vidavidorra/commitlint-config/compare/v4.0.15...v4.0.16) (2023-04-17) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b6a31b4e..8e89f825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/commitlint-config", - "version": "4.0.16", + "version": "4.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vidavidorra/commitlint-config", - "version": "4.0.16", + "version": "4.0.17", "license": "GPL-3.0-or-later", "dependencies": { "@commitlint/config-conventional": "17.6.3", diff --git a/package.json b/package.json index 15fb0f8e..eaab3b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/commitlint-config", - "version": "4.0.16", + "version": "4.0.17", "description": "commitlint configuration.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",