From c0f8d11c9ecb2cda2bb11f2b7301fdb529e79cb6 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Tue, 7 Mar 2023 14:08:26 -0800 Subject: [PATCH] Add changelog diff links --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab76cd..65bf5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -224,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Good examples and basic guidelines, including proper date formatting. - Counter-examples: "What makes unicorns cry?". -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0