Skip to content

Commit 03b1db5

Browse files
authored
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
1 parent e1c3dad commit 03b1db5

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/changelog.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ _Released by Morgan Roderick on 2023-09-13._
3737
> - Support callable instances
3838
>
3939
> - Clean prettier lint
40-
>
41-
> ***
42-
>
43-
> Co-authored-by: - <->
40+
41+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2023-06-20._
42+
4443
- [`d220c995`](https://github.com/sinonjs/sinon/commit/d220c99516ddb644d3702b4736bdfd311a2b05ec)
4544
fix: bundling compatibility with webpack@5 (#2519) (Avi Vahl)
4645
> - fix: bundling compatibility with webpack@5

docs/releases.html

+4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
<h1>Releases</h1>
1515
In addition to our download page, you can also
1616
<a href="#npm-cdns">use a NPM based CDN</a> for your convenience.
17+
18+
<h2>Changelog</h2>
19+
You can see the full log of changes for each release on our separate <a href="./changelog">changelog page</a>.
1720
</div>
1821

22+
1923
<div class="in-content releases">
2024
<ul>
2125
{% assign sorted_releases = site.releases | sort: "sort_id" | reverse %}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"check-dependencies": "dependency-check package.json --no-dev --ignore-module esm",
4646
"build": "node ./build.cjs",
4747
"build-docs": "cd docs; bundle exec jekyll build",
48-
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
48+
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose --livereload",
4949
"lint": "eslint --max-warnings 99 '**/*.{js,cjs,mjs}'",
5050
"unimported": "unimported .",
5151
"pretest-webworker": "npm run build",

0 commit comments

Comments
 (0)