Skip to content

Commit 34f59a1

Browse files
authored
Merge pull request #831 from mountebank-testing/release-2.9.2
Update release notes for 2.9.2
2 parents 87d24b7 + 5f50d2b commit 34f59a1

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

releases.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@
4848
{ "version": "v2.8.1", "date": "2022-10-16" },
4949
{ "version": "v2.8.2", "date": "2023-01-22" },
5050
{ "version": "v2.9.0", "date": "2023-08-23" },
51-
{ "version": "v2.9.1", "date": "2023-08-23" }
51+
{ "version": "v2.9.1", "date": "2023-08-23" },
52+
{ "version": "v2.9.2", "date": "2025-09-14" }
5253
]

src/views/releases/v2.9.2.ejs

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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 first 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>Most of the work in this release was focused on getting the project up and running under the new organization, but there were a few small changes:</p>
14+
<ul class='bullet-list'>
15+
<li>Updated imposter response to include <pre style="display: inline">allowCORS</pre> property</li>
16+
<li>Various dependencies updated</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>Jarl Friis</li>
25+
<li>Matthew Herman</li>
26+
<li>Brandon Byars</li>
27+
<li>Simon Brunning</li>
28+
<li>Teameh</li>
29+
<li>misirlou-tg</li>
30+
</ul>
31+
32+
<h2>Install</h2>
33+
34+
<pre><code>npm install -g @mbtest/mountebank@<%= releaseVersion %></code></pre>

0 commit comments

Comments
 (0)