Skip to content

Commit

Permalink
merge release/0.26.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Oct 11, 2023
2 parents 19628fc + e2cd883 commit 6c5fd71
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm test
# - run: npm run coveralls
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>0.26.3 (2023-10-11)</small>

* release version 0.26.3 ([e2cd883](https://github.com/entrecode/ec.sdk/commit/e2cd883))
* chore: node 18 for gh action ([e49da3c](https://github.com/entrecode/ec.sdk/commit/e49da3c))



## <small>0.26.2 (2023-10-10)</small>

* new package lock ([c1f4762](https://github.com/entrecode/ec.sdk/commit/c1f4762))
Expand Down
11 changes: 8 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.26.2 | Documentation</title>
<title>ec.sdk 0.26.3 | 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.26.2</code></div>
<div class='mb1'><code>0.26.3</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -36431,7 +36431,12 @@ <h2 id='changelog' class='mt0'>
</h2>


<h2>0.26.2 (2023-10-10)</h2>
<h2>0.26.3 (2023-10-11)</h2>
<ul>
<li>release version 0.26.3 (<a href="https://github.com/entrecode/ec.sdk/commit/e2cd883">e2cd883</a>)</li>
<li>chore: node 18 for gh action (<a href="https://github.com/entrecode/ec.sdk/commit/e49da3c">e49da3c</a>)</li>
</ul>
<h2>0.26.2 (2023-10-10)</h2>
<ul>
<li>new package lock (<a href="https://github.com/entrecode/ec.sdk/commit/c1f4762">c1f4762</a>)</li>
<li>release version 0.26.2 (<a href="https://github.com/entrecode/ec.sdk/commit/656b6f7">656b6f7</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.26.2",
"version": "0.26.3",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down

0 comments on commit 6c5fd71

Please sign in to comment.