From e8d0ff5cf9b45eeed81b98d1b26face3b49719fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 20 Nov 2023 07:25:30 +0000 Subject: [PATCH] chore(release): publish - @ivuorinen/base-configs@1.1.13 - @ivuorinen/semantic-release-config@0.2.5 --- packages/base-configs/CHANGELOG.md | 4 ++++ packages/base-configs/package.json | 4 ++-- packages/semantic-release-config/CHANGELOG.md | 6 ++++++ packages/semantic-release-config/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 6fa3fda..f2e8e11 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.12...@ivuorinen/base-configs@1.1.13) (2023-11-20) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.11...@ivuorinen/base-configs@1.1.12) (2023-11-19) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 8d6d3a6..3b485eb 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.12", + "version": "1.1.13", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -32,6 +32,6 @@ "@ivuorinen/eslint-config": "^0.4.4", "@ivuorinen/markdownlint-config": "^0.2.2", "@ivuorinen/prettier-config": "^0.2.3", - "@ivuorinen/semantic-release-config": "^0.2.4" + "@ivuorinen/semantic-release-config": "^0.2.5" } } diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index be30490..1ef54cf 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-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.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.4...@ivuorinen/semantic-release-config@0.2.5) (2023-11-20) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v22.0.8 ([62f850b](https://github.com/ivuorinen/base-configs/commit/62f850b611cf92de670453e9019a9909dff02e07)) + ## [0.2.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.3...@ivuorinen/semantic-release-config@0.2.4) (2023-11-07) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 3205a0c..415bd6a 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/semantic-release-config", - "version": "0.2.4", + "version": "0.2.5", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",