This commit is contained in:
nanov 2020-03-06 06:51:37 +02:00
parent 7053a03286
commit 3a18b213d5
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,15 @@
### Changelog ### Changelog
#### [v0.1.5](https://github.com/node-ebics/node-ebics-client/compare/v0.1.4...v0.1.5)
> 6 March 2020
- feat: Wait until the keys are generated [`#33`](https://github.com/node-ebics/node-ebics-client/pull/33)
- chore: update deps [`7053a03`](https://github.com/node-ebics/node-ebics-client/commit/7053a03286c700106bb1988fce72338f51ca9a96)
- changelog [`c5e5941`](https://github.com/node-ebics/node-ebics-client/commit/c5e59414f35a9634e12a6b74163f1b7fa6403de5)
- fix(examples): orders ref [`4b0bf0e`](https://github.com/node-ebics/node-ebics-client/commit/4b0bf0eba63f3eaa8986d8974ca4c0e647b9029f)
#### [v0.1.4](https://github.com/node-ebics/node-ebics-client/compare/v0.1.3...v0.1.4) #### [v0.1.4](https://github.com/node-ebics/node-ebics-client/compare/v0.1.3...v0.1.4)
> 18 December 2019 > 18 December 2019

View File

@ -1,6 +1,6 @@
{ {
"name": "ebics-client", "name": "ebics-client",
"version": "0.1.4", "version": "0.1.5",
"description": "Node.js ISO 20022 Compliant EBICS Client", "description": "Node.js ISO 20022 Compliant EBICS Client",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -47,6 +47,10 @@
{ {
"name": "Herman van Hazendonk", "name": "Herman van Hazendonk",
"email": "github.com@herrie.org" "email": "github.com@herrie.org"
},
{
"name": "chrwoizi",
"url": "https://github.com/chrwoizi"
} }
], ],
"license": "GPL-3.0-only", "license": "GPL-3.0-only",