Skip to content

Commit

Permalink
merge release/0.25.0 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Sep 6, 2022
2 parents 0e15e5d + 40a92ef commit 3c08374
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.25.0 (2022-09-06)

* release version 0.25.0 ([40a92ef](https://github.com/entrecode/ec.sdk/commit/40a92ef))
* chore: Typescript target ES2017 ([0e15e5d](https://github.com/entrecode/ec.sdk/commit/0e15e5d))


### BREAKING CHANGE

* Typescript target was changed to support ES2017 to avoid the usage of generator functions for async-await.


## <small>0.24.6 (2022-09-02)</small>

* release version 0.24.6 ([2b98d6d](https://github.com/entrecode/ec.sdk/commit/2b98d6d))
Expand Down
15 changes: 12 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>ec.sdk 0.24.6 | Documentation</title>
<title>ec.sdk 0.25.0 | Documentation</title>
<meta name='description' content='SDK for ec.api'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.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.24.6</code></div>
<div class='mb1'><code>0.25.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -35914,7 +35914,16 @@ <h2 id='changelog' class='mt0'>
</h2>


<h2>0.24.6 (2022-09-02)</h2>
<h2>0.25.0 (2022-09-06)</h2>
<ul>
<li>release version 0.25.0 (<a href="https://github.com/entrecode/ec.sdk/commit/40a92ef">40a92ef</a>)</li>
<li>chore: Typescript target ES2017 (<a href="https://github.com/entrecode/ec.sdk/commit/0e15e5d">0e15e5d</a>)</li>
</ul>
<h3>BREAKING CHANGE</h3>
<ul>
<li>Typescript target was changed to support ES2017 to avoid the usage of generator functions for async-await.</li>
</ul>
<h2>0.24.6 (2022-09-02)</h2>
<ul>
<li>release version 0.24.6 (<a href="https://github.com/entrecode/ec.sdk/commit/2b98d6d">2b98d6d</a>)</li>
<li>feat: adds email to createInvite (<a href="https://github.com/entrecode/ec.sdk/commit/fdecda2">fdecda2</a>)</li>
Expand Down
4 changes: 2 additions & 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ec.sdk",
"version": "0.24.6",
"version": "0.25.0",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down

0 comments on commit 3c08374

Please sign in to comment.