From 40467a2c5e282fa9d0553c28b586ae3abea6414c Mon Sep 17 00:00:00 2001 From: Yago Perez Date: Thu, 3 Oct 2019 00:20:36 +0200 Subject: [PATCH 1/3] v0.0.35 -> v0.0.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e0cfa..d7499a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-ebics-client v0.0.35 +# node-ebics-client v0.0.7 --- Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). From 4464349d0f37767fb1cb8ffe984fb3c3a627baa1 Mon Sep 17 00:00:00 2001 From: nanov Date: Thu, 3 Oct 2019 09:29:35 +0300 Subject: [PATCH 2/3] chore: remove version from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7499a6..3722e3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-ebics-client v0.0.7 +# node-ebics-client --- Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ). @@ -21,4 +21,4 @@ The basic concept of this library was inspired by the [EPICS](https://github.com ## Copyright -Copyright: eCollect AG, 2018. +Copyright: eCollect AG, 2018-9. From ca31edf2452fe541e9bf6994ed2eed3531a00d8d Mon Sep 17 00:00:00 2001 From: nanov Date: Thu, 3 Oct 2019 09:30:49 +0300 Subject: [PATCH 3/3] chore: add yagop to contributors --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 999bc63..a763ced 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,10 @@ { "name": "Vasyl Stashuk", "url": "https://github.com/vasyas" + }, + { + "name": "Yago", + "url": "https://github.com/yagop" } ], "license": "MIT",