diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 21cc492..b460b1f 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.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.1...@ivuorinen/semantic-release-config@0.1.2) (2023-05-06) + +### Bug Fixes + +- **deps:** update dependency semantic-release to v20 ([#13](https://github.com/ivuorinen/base-configs/issues/13)) ([102b5ce](https://github.com/ivuorinen/base-configs/commit/102b5cedde744995754e64e17cccddaf4179e764)) + ## 0.1.1 (2023-05-04) ### Bug Fixes diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 7244892..d99512d 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.1.1", + "version": "0.1.2", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen",