From e4196a70705604aaf53d0586bd66724dc901fc14 Mon Sep 17 00:00:00 2001 From: metalex9 Date: Sat, 15 Jun 2019 21:42:39 -0500 Subject: [PATCH] Add link to changelog --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 434b431..c7f9ed0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -310,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sound files will no longer be fetched and cached during service worker installation. They'll be cached once they are fetched for the first time. This significantly reduces cache usage since only one audio format is used per client. -[unreleased]: https://github.com/generative-music/generative.fm/compare/v0.21.0...HEAD +[unreleased]: https://github.com/generative-music/generative.fm/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/generative-music/generative.fm/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/generative-music/generative.fm/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/generative-music/generative.fm/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/generative-music/generative.fm/compare/v0.18.0...v0.19.0