@mbtest/mountebank 2.9.2-beta.9272 → 2.9.2-beta.9283
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/releases.json +2 -1
- package/src/views/releases/v2.9.2.ejs +34 -0
package/package.json
CHANGED
package/releases.json
CHANGED
|
@@ -48,5 +48,6 @@
|
|
|
48
48
|
{ "version": "v2.8.1", "date": "2022-10-16" },
|
|
49
49
|
{ "version": "v2.8.2", "date": "2023-01-22" },
|
|
50
50
|
{ "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" }
|
|
52
53
|
]
|
|
@@ -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>
|