Skip to content

Commit

Permalink
merge release/0.17.21 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 4, 2019
2 parents 3e9a0ad + f29fb66 commit ea3a578
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 28 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## <small>0.17.21 (2019-02-04)</small>

* release version 0.17.21 ([f29fb66](https://github.com/entrecode/ec.sdk/commit/f29fb66))
* fix: TokenList in AccountResource with filter ([3e9a0ad](https://github.com/entrecode/ec.sdk/commit/3e9a0ad))
* fix(package): update @types/validator to version 10.9.0 ([414d1eb](https://github.com/entrecode/ec.sdk/commit/414d1eb))
* chore(package): update lockfile package-lock.json ([cb8567c](https://github.com/entrecode/ec.sdk/commit/cb8567c))
* chore(package): update lockfile package-lock.json ([030f6b4](https://github.com/entrecode/ec.sdk/commit/030f6b4))
* chore(package): update sinon to version 7.2.3 ([74049b5](https://github.com/entrecode/ec.sdk/commit/74049b5))



## <small>0.17.20 (2019-02-01)</small>

* release version 0.17.20 ([6e23487](https://github.com/entrecode/ec.sdk/commit/6e23487))
Expand Down
26 changes: 22 additions & 4 deletions docs/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>ec.sdk 0.17.20 | Documentation</title>
<title>ec.sdk 0.17.21 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>ec.sdk</h3>
<div class='mb1'><code>0.17.20</code></div>
<div class='mb1'><code>0.17.21</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -33843,7 +33843,16 @@ <h2 id='changelog' class='mt0'>
</h2>


<h2><small>0.17.20 (2019-02-01)</small></h2>
<h2><small>0.17.21 (2019-02-04)</small></h2>
<ul>
<li>release version 0.17.21 (<a href="https://github.com/entrecode/ec.sdk/commit/f29fb66">f29fb66</a>)</li>
<li>fix: TokenList in AccountResource with filter (<a href="https://github.com/entrecode/ec.sdk/commit/3e9a0ad">3e9a0ad</a>)</li>
<li>fix(package): update @types/validator to version 10.9.0 (<a href="https://github.com/entrecode/ec.sdk/commit/414d1eb">414d1eb</a>)</li>
<li>chore(package): update lockfile package-lock.json (<a href="https://github.com/entrecode/ec.sdk/commit/cb8567c">cb8567c</a>)</li>
<li>chore(package): update lockfile package-lock.json (<a href="https://github.com/entrecode/ec.sdk/commit/030f6b4">030f6b4</a>)</li>
<li>chore(package): update sinon to version 7.2.3 (<a href="https://github.com/entrecode/ec.sdk/commit/74049b5">74049b5</a>)</li>
</ul>
<h2><small>0.17.20 (2019-02-01)</small></h2>
<ul>
<li>release version 0.17.20 (<a href="https://github.com/entrecode/ec.sdk/commit/6e23487">6e23487</a>)</li>
<li>chore: remove direct highlight dependency (<a href="https://github.com/entrecode/ec.sdk/commit/6e15f0d">6e15f0d</a>)</li>
Expand Down Expand Up @@ -35307,7 +35316,16 @@ <h3 class='fl m0' id='changelog'>
</div>


<h2><small>0.17.20 (2019-02-01)</small></h2>
<h2><small>0.17.21 (2019-02-04)</small></h2>
<ul>
<li>release version 0.17.21 (<a href="https://github.com/entrecode/ec.sdk/commit/f29fb66">f29fb66</a>)</li>
<li>fix: TokenList in AccountResource with filter (<a href="https://github.com/entrecode/ec.sdk/commit/3e9a0ad">3e9a0ad</a>)</li>
<li>fix(package): update @types/validator to version 10.9.0 (<a href="https://github.com/entrecode/ec.sdk/commit/414d1eb">414d1eb</a>)</li>
<li>chore(package): update lockfile package-lock.json (<a href="https://github.com/entrecode/ec.sdk/commit/cb8567c">cb8567c</a>)</li>
<li>chore(package): update lockfile package-lock.json (<a href="https://github.com/entrecode/ec.sdk/commit/030f6b4">030f6b4</a>)</li>
<li>chore(package): update sinon to version 7.2.3 (<a href="https://github.com/entrecode/ec.sdk/commit/74049b5">74049b5</a>)</li>
</ul>
<h2><small>0.17.20 (2019-02-01)</small></h2>
<ul>
<li>release version 0.17.20 (<a href="https://github.com/entrecode/ec.sdk/commit/6e23487">6e23487</a>)</li>
<li>chore: remove direct highlight dependency (<a href="https://github.com/entrecode/ec.sdk/commit/6e15f0d">6e15f0d</a>)</li>
Expand Down
31 changes: 8 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ec.sdk",
"version": "0.17.20",
"version": "0.17.21",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down

0 comments on commit ea3a578

Please sign in to comment.