diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index 75a86e5..891ce28 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.51](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.50...@ivuorinen/base-configs@1.1.51) (2024-02-21) + +**Note:** Version bump only for package @ivuorinen/base-configs + ## [1.1.50](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.49...@ivuorinen/base-configs@1.1.50) (2024-02-20) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 2ea85a5..d5b113c 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "1.1.50", + "version": "1.1.51", "description": "ivuorinen's shareable configurations meta package", "author": { "name": "Ismo Vuorinen", @@ -32,6 +32,6 @@ "@ivuorinen/eslint-config": "^0.4.18", "@ivuorinen/markdownlint-config": "^0.2.4", "@ivuorinen/prettier-config": "^0.2.9", - "@ivuorinen/semantic-release-config": "^0.2.12" + "@ivuorinen/semantic-release-config": "^0.2.13" } } diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index cb1104b..5d43102 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/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. +## [0.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.12...@ivuorinen/semantic-release-config@0.2.13) (2024-02-21) + +**Note:** Version bump only for package @ivuorinen/semantic-release-config + ## [0.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.11...@ivuorinen/semantic-release-config@0.2.12) (2024-02-10) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 430e4f7..02fca90 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.12", + "version": "0.2.13", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",