From 03b1db50a1114b0e7ee5a26b0c813eda3fc54e07 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Tue, 26 Sep 2023 20:29:06 +0200 Subject: [PATCH] Expose Changelog page (#2550) * Add link to changelog page from the /releases page This was generated, but a link was missing. * Fix weird error in changelog * Add automatic reload --- docs/changelog.md | 7 +++---- docs/releases.html | 4 ++++ package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a2344a00a..e077cae92 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -37,10 +37,9 @@ _Released by Morgan Roderick on 2023-09-13._ > - Support callable instances > > - Clean prettier lint - > - > *** - > - > Co-authored-by: - <-> + +_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-06-20._ + - [`d220c995`](https://github.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec) fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl) > - fix: bundling compatibility with webpack@5 diff --git a/docs/releases.html b/docs/releases.html index 24d7da909..8d74b9155 100644 --- a/docs/releases.html +++ b/docs/releases.html @@ -14,8 +14,12 @@

Releases

In addition to our download page, you can also use a NPM based CDN for your convenience. + +

Changelog

+ You can see the full log of changes for each release on our separate changelog page. +