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