From b7f32a8347e86c26ea2f4823cc7c160b9014c6a0 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 18 May 2023 13:16:31 +0000 Subject: [PATCH] chore(release): v3.18.1 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- node_modules/.package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9757c03f..dc81256a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.18.1](https://github.com/TriPSs/conventional-changelog-action/compare/v3.18.0...v3.18.1) (2023-05-18) + + +### Bug Fixes + +* execute git config commands synchronously ([1607ac7](https://github.com/TriPSs/conventional-changelog-action/commit/1607ac70d5942487fb67e1d412d57868d8decca9)) + + + # [3.18.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.17.2...v3.18.0) (2022-11-29) @@ -42,12 +51,3 @@ -# [3.16.0](https://github.com/TriPSs/conventional-changelog-action/compare/v3.15.0...v3.16.0) (2022-11-01) - - -### Features - -* Update action to node 16 ([08c1b12](https://github.com/TriPSs/conventional-changelog-action/commit/08c1b1237bb2dbed93fa7ecba9c334f094cb6b0b)) - - - diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5f16b89d..34868f0a 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,7 +1,7 @@ { "name": "conventional-changelog-action", "version": "3.17.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "node_modules/@actions/core": { diff --git a/package.json b/package.json index d030ec11..1c461c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "3.18.0", + "version": "3.18.1", "description": "Github Action that generates a changelog with the Conventional Changelog CLI", "keywords": [ "actions",