Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
auralia committed Jan 14, 2017
1 parent cd63b4f commit 16f1fb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.12 ##

* Bug fixes

## 0.1.11 ##

* Switch to async/await
Expand Down
2 changes: 1 addition & 1 deletion docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>API_<wbr>VERSION</h3>
<section class="tsd-panel tsd-member tsd-kind-variable">
<a name="version" class="tsd-anchor"></a>
<h3>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"0.1.11"</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.11&quot;</span></div>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"0.1.12"</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.12&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in api.ts:53</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsapi",
"version": "0.1.11",
"version": "0.1.12",
"description": "Provides access to the NationStates API",
"keywords": [
"NationStates",
Expand Down
3 changes: 2 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const xmlParser = new xml2js.Parser({
/**
* The version of nsapi.
*/
export const VERSION = "0.1.11";
export const VERSION = "0.1.12";

/**
* The version specified in API requests.
Expand Down Expand Up @@ -808,6 +808,7 @@ export class NsApi {
const func = () => {
https.get(
{
protocol: "https:",
host: "www.nationstates.net",
path,
headers
Expand Down

0 comments on commit 16f1fb8

Please sign in to comment.