From f9d5519e0e9d745fa5af7fd77b847f3434aa03d5 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Sun, 25 Jun 2023 10:25:52 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/commitlint-config@0.1.5 --- 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 53d894c..1fbd4bb 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.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.4...@ivuorinen/commitlint-config@0.1.5) (2023-06-25) + +### Bug Fixes + +- **deps:** update devdependencies (patch) to v17.6.6 ([#48](https://github.com/ivuorinen/base-configs/issues/48)) ([5b31615](https://github.com/ivuorinen/base-configs/commit/5b31615647a369b70b7272cf4527d3e8d1fc386a)) + ## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.3...@ivuorinen/commitlint-config@0.1.4) (2023-06-03) ### Bug Fixes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index a1f22d9..61102ac 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.1.4", + "version": "0.1.5", "description": "ivuorinen's shareable configuration for commitlint.", "author": { "name": "Ismo Vuorinen",