diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd37e8048..f5db2cc63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.69](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.68...release-plz-v0.3.69) - 2024-05-21 ### Added -- add package name to changelog context ([#1399](https://github.com/MarcoIeni/release-plz/pull/1399)) - -### Fixed -- multiple packages in one changelog with same version ([#1469](https://github.com/MarcoIeni/release-plz/pull/1469)) +- add package name to changelog context ([#1399](https://github.com/MarcoIeni/release-plz/pull/1399)) ([#1469](https://github.com/MarcoIeni/release-plz/pull/1469)) ([#1480](https://github.com/MarcoIeni/release-plz/pull/1480)) ### Other -- remove timestamp from test ([#1480](https://github.com/MarcoIeni/release-plz/pull/1480)) - move fixtures directory ([#1467](https://github.com/MarcoIeni/release-plz/pull/1467)) ## [0.3.68](https://github.com/MarcoIeni/release-plz/compare/release-plz-v0.3.67...release-plz-v0.3.68) - 2024-05-14 diff --git a/crates/release_plz_core/CHANGELOG.md b/crates/release_plz_core/CHANGELOG.md index 4a9bb47d91..329efa8cfc 100644 --- a/crates/release_plz_core/CHANGELOG.md +++ b/crates/release_plz_core/CHANGELOG.md @@ -9,10 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.22.0](https://github.com/MarcoIeni/release-plz/compare/release_plz_core-v0.21.8...release_plz_core-v0.22.0) - 2024-05-21 ### Added -- add package name to changelog context ([#1399](https://github.com/MarcoIeni/release-plz/pull/1399)) - -### Fixed -- multiple packages in one changelog with same version ([#1469](https://github.com/MarcoIeni/release-plz/pull/1469)) +- add package name to changelog context ([#1399](https://github.com/MarcoIeni/release-plz/pull/1399)) ([#1469](https://github.com/MarcoIeni/release-plz/pull/1469)) ### Other - move fixtures directory ([#1467](https://github.com/MarcoIeni/release-plz/pull/1467))