From 6791abef8345ef3758994fd990f1872712d1776f Mon Sep 17 00:00:00 2001 From: Dimitar Nanov Date: Tue, 2 Oct 2018 13:16:24 +0300 Subject: [PATCH] v1.14.3 --- package.json | 2 +- releasenotes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed44b30d..dcf5520a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "adrai", "name": "eventstore", - "version": "1.14.2", + "version": "1.14.3", "contributors": [ { "name": "Adriano Raiano", diff --git a/releasenotes.md b/releasenotes.md index 792a7c84..4a432d0f 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,6 @@ +#### [v1.14.3](https://github.com/adrai/node-eventstore/compare/v1.40.3...v1.14.2) +- revisit the position option, to make it mappable to payload and part of the commit flow + #### [v1.14.2](https://github.com/adrai/node-eventstore/compare/v1.40.1...v1.14.2) - add non-breaking, optional position in store option for mongodb and inmemory implementations