Skip to content

Commit

Permalink
Fixing version mismatch between package.json and releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyars committed Aug 23, 2023
1 parent b62afae commit 09e2e4a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountebank",
"version": "2.9.0",
"version": "2.9.1",
"author": "Brandon Byars <brandon.byars@gmail.com>",
"description": "Over the wire test doubles",
"homepage": "http://www.mbtest.org",
Expand Down
3 changes: 2 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
{ "version": "v2.8.0", "date": "2022-10-16" },
{ "version": "v2.8.1", "date": "2022-10-16" },
{ "version": "v2.8.2", "date": "2023-01-22" },
{ "version": "v2.8.3", "date": "2023-08-23" }
{ "version": "v2.9.0", "date": "2023-08-23" },
{ "version": "v2.9.1", "date": "2023-08-23" }
]
File renamed without changes.
10 changes: 10 additions & 0 deletions src/views/releases/v2.9.1.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<h1>v<%= releaseVersion %></h1>

<p class='info-icon'>Be sure to keep up with the latest releases by subscribing to the
<a href='http://mbtest.org/feed'>ATOM feed</a>.</p>

<p>v2.9.1 was released simply to fix a deployment version mismatch of v2.9.0; there are no other functional changes</p>

<h2>Install</h2>

<pre><code>npm install -g mountebank@<%= releaseVersion %></code></pre>

0 comments on commit 09e2e4a

Please sign in to comment.