Prepare for 0.11.7 release

This commit is contained in:
Rhys van der Waerden 2016-06-19 16:31:28 +10:00
parent fab1d07730
commit ec7349ec4e

View File

@ -32,7 +32,7 @@
<div id="sidebar" class="interface"> <div id="sidebar" class="interface">
<a class="toc_title" href="#changelog"> <a class="toc_title" href="#changelog">
Knex.js <span class="version">(0.11.6)</span> Knex.js <span class="version">(0.11.7)</span>
</a> </a>
<ul class="toc_section"> <ul class="toc_section">
<li>&raquo; <a href="https://github.com/tgriesser/knex">GitHub Repository</a></li> <li>&raquo; <a href="https://github.com/tgriesser/knex">GitHub Repository</a></li>
@ -337,7 +337,7 @@
</p> </p>
<h2>Latest Release: 0.11.6 - <span class="small"><a href="#changelog">Change Log</a></span></h2> <h2>Latest Release: 0.11.7 - <span class="small"><a href="#changelog">Change Log</a></span></h2>
<p> <p>
Current Develop &mdash; Current Develop &mdash;
@ -3114,6 +3114,14 @@ $ npm test
<h2 id="changelog">Change Log</h2> <h2 id="changelog">Change Log</h2>
<p>
<b class="header">0.11.7</b> &mdash; <small><i>19 Jun, 2016</i></small><br />
</p>
<ul>
<li>Add missing dependency. #1516
</ul>
<p> <p>
<b class="header">0.11.6</b> &mdash; <small><i>18 Jun, 2016</i></small><br /> <b class="header">0.11.6</b> &mdash; <small><i>18 Jun, 2016</i></small><br />
</p> </p>