relese version to 0.2.17

This commit is contained in:
Nicolas Dextraze 2020-09-28 17:29:02 -07:00
parent 853ae875b8
commit 40736d9da3
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# node-eventstore-client # node-eventstore-client
A port of the EventStore .Net ClientAPI to Node.js A port of the EventStore .Net ClientAPI to Node.js
## Learning
If you want to learn more about EventSourcing/CQRS/EventModeling, you can join the virtual workshop offered by my employer Adaptech Group, see info at [https://www.adaptechgroup.com/virtual-workshop/](https://www.adaptechgroup.com/virtual-workshop/).
## Status ## Status
### Missing features: ### Missing features:

View File

@ -1,6 +1,6 @@
{ {
"name": "node-eventstore-client", "name": "node-eventstore-client",
"version": "0.2.14", "version": "0.2.17",
"description": "A port of the EventStore .Net ClientAPI to Node.js", "description": "A port of the EventStore .Net ClientAPI to Node.js",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",