Skip to content

Commit beb5cea

Browse files
committed
Prep for 2.9.3 release
1 parent 703dba0 commit beb5cea

File tree

3 files changed

+42
-10
lines changed

3 files changed

+42
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,12 +344,12 @@ of the heavy lifting.
344344
* Review major / minor version.
345345
* Update the releases.json with the latest release
346346
* Add `views/releases/vx.x.x` with the release notes. Make sure to use absolute URLs so they work in aggregators, etc
347-
* Make sure all contributors have been added to `package.json`
348347
* commit
349348
* push
350349
* wait for the build to pass
351350
* `git tag -a vXX.YY.ZZ -m 'vXX.YY.ZZ release'`
352351
* `git push --tags`
352+
* Add Github release pointing to the new tag with the release notes
353353
* update version in package.json to avoid accidental version overwrite for next version
354354

355355
## Getting Help

releases.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@
4141
{ "version": "v2.3.2", "date": "2020-09-27" },
4242
{ "version": "v2.3.3", "date": "2020-10-18" },
4343
{ "version": "v2.4.0", "date": "2020-12-29" },
44-
{ "version": "v2.5.0", "date": "2021-09-15" },
45-
{ "version": "v2.6.0", "date": "2022-02-20" },
46-
{ "version": "v2.7.0", "date": "2022-07-17" },
47-
{ "version": "v2.8.0", "date": "2022-10-16" },
48-
{ "version": "v2.8.1", "date": "2022-10-16" },
49-
{ "version": "v2.8.2", "date": "2023-01-22" },
50-
{ "version": "v2.9.0", "date": "2023-08-23" },
51-
{ "version": "v2.9.1", "date": "2023-08-23" },
52-
{ "version": "v2.9.2", "date": "2025-09-14" }
44+
{ "version": "v2.5.0", "date": "2021-09-15" },
45+
{ "version": "v2.6.0", "date": "2022-02-20" },
46+
{ "version": "v2.7.0", "date": "2022-07-17" },
47+
{ "version": "v2.8.0", "date": "2022-10-16" },
48+
{ "version": "v2.8.1", "date": "2022-10-16" },
49+
{ "version": "v2.8.2", "date": "2023-01-22" },
50+
{ "version": "v2.9.0", "date": "2023-08-23" },
51+
{ "version": "v2.9.1", "date": "2023-08-23" },
52+
{ "version": "v2.9.2", "date": "2025-09-14" },
53+
{ "version": "v2.9.3", "date": "2026-03-05" }
5354
]

src/views/releases/v2.9.3.ejs

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<h1>v<%= releaseVersion %></h1>
2+
3+
<p class='info-icon'>Be sure to keep up with the latest releases by subscribing to the
4+
<a href='http://www.mbtest.dev/feed'>ATOM feed</a>.</p>
5+
6+
<p>
7+
This is the second release published under the new <a href='https://github.com/mountebank-testing/mountebank'>mountebank-testing</a> organization.
8+
This is a community effort to continue the maintenance and development of mountebank going forward.
9+
The package name has changed to <code>@mbtest/mountebank</code> to reflect this; please update your install commands accordingly.
10+
</p>
11+
12+
<h2>Changes</h2>
13+
<p>This release mainly includes security updates:</p>
14+
<ul class='bullet-list'>
15+
<li>Made <code>mountebank-formatters</code> dependency optional, allowing users to opt out if using a custom formatter</li>
16+
<li>Security updates for multiple dependencies: <code>@xmldom/xmldom</code>, <code>mocha</code>, <code>winston</code>, <code>https-proxy-agent</code>, <code>csv-parse</code>, <code>fs-extra</code>, <code>hpagent</code>, <code>safe-stable-stringify</code>, <code>nodemailer</code>, <code>body-parser</code>, <code>node-forge</code>, <code>lodash</code>, <code>qs</code>, <code>basic-ftp</code>, and <code>minimatch</code></li>
17+
</ul>
18+
19+
<h2>Contributors</h2>
20+
<p>Many thanks to the following kind folks for help with this release, either through bug reports,
21+
suggestions, or direct code contributions:</p>
22+
23+
<ul class='bullet-list'>
24+
<li>Matthew Herman</li>
25+
<li>Noah Green</li>
26+
<li>Jarl Friis</li>
27+
</ul>
28+
29+
<h2>Install</h2>
30+
31+
<pre><code>npm install -g @mbtest/mountebank@<%= releaseVersion %></code></pre>

0 commit comments

Comments
 (0)