From e8d8e36d6209ddc31bbee8bd4deb28d4c6fbbfd1 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Thu, 4 May 2023 21:35:41 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/commitlint-config@0.1.2 --- packages/commitlint-config/CHANGELOG.md | 6 ++++++ packages/commitlint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 57dd7d3..a7dc671 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.1...@ivuorinen/commitlint-config@0.1.2) (2023-05-04) + +### Bug Fixes + +- **deps:** update commitlint monorepo to v17.6.1 ([#7](https://github.com/ivuorinen/base-configs/issues/7)) ([ae6da42](https://github.com/ivuorinen/base-configs/commit/ae6da424492a2a523f33c0bd5d8fd774549646fc)) + ## 0.1.1 (2023-05-04) **Note:** Version bump only for package @ivuorinen/commitlint-config diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 4a7d5b4..f7e9e60 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.1.1", + "version": "0.1.2", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",