Skip to content

Commit

Permalink
release version 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Nov 18, 2020
1 parent 6bbbb3a commit 8dcaa4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>ec.sdk 0.22.2 | Documentation</title>
<title>ec.sdk 0.22.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.22.2</code></div>
<div class='mb1'><code>0.22.3</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -3315,7 +3315,7 @@ <h1>ec.sdk</h1>
<blockquote>
<p>This is the SDK for all <a href="https://doc.entrecode.de">ec.APIs</a> by entrecode. By entrecode.</p>
</blockquote>
<p><a href="https://www.npmjs.com/package/ec.sdk"><img src="https://badge.fury.io/js/ec.sdk.svg" alt="npm version"></a> <a href="https://travis-ci.org/entrecode/ec.sdk"><img src="https://travis-ci.org/entrecode/ec.sdk.svg?branch=master" alt="Build Status"></a> <a href="https://coveralls.io/github/entrecode/ec.sdk?branch=master"><img src="https://coveralls.io/repos/github/entrecode/ec.sdk/badge.svg?branch=master" alt="Coverage Status"></a> <a href="http://inch-ci.org/github/entrecode/ec.sdk"><img src="http://inch-ci.org/github/entrecode/ec.sdk.svg?branch=master" alt="Inline docs"></a> <a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/entrecode/ec.sdk.svg" alt="Greenkeeper badge"></a> <a href="https://nodesecurity.io/orgs/entrecode/projects/1cb6afc6-44bf-4cbc-8ea9-b2dcaf599609"><img src="https://nodesecurity.io/orgs/entrecode/projects/1cb6afc6-44bf-4cbc-8ea9-b2dcaf599609/badge" alt="NSP Status"></a></p>
<p><a href="https://www.npmjs.com/package/ec.sdk"><img src="https://badge.fury.io/js/ec.sdk.svg" alt="npm version"></a> <a href="https://travis-ci.org/entrecode/ec.sdk"><img src="https://travis-ci.org/entrecode/ec.sdk.svg?branch=master" alt="Build Status"></a> <a href="https://coveralls.io/github/entrecode/ec.sdk?branch=master"><img src="https://coveralls.io/repos/github/entrecode/ec.sdk/badge.svg?branch=master" alt="Coverage Status"></a> <a href="http://inch-ci.org/github/entrecode/ec.sdk"><img src="http://inch-ci.org/github/entrecode/ec.sdk.svg?branch=master" alt="Inline docs"></a></p>
<p>Documentation can be found <a href="https://entrecode.github.io/ec.sdk/">here</a>. If you like to see some code look <a href="https://github.com/entrecode/ec.sdk">here</a>.</p>
<h2>Getting Started</h2>
<p>In order to use this SDK you should be familiar with ec.APIs and the concepts behind those. Please refer to the <a href="https://doc.entrecode.de">official documentation</a> to get a basic understanding. The documentation you are reading now will first introduce the basic concept when using the SDK. Secondly it is the complete API documentation for ec.sdk.</p>
Expand Down
2 changes: 1 addition & 1 deletion 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.22.2",
"version": "0.22.3",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down

0 comments on commit 8dcaa4b

Please sign in to comment.