diff --git a/package.json b/package.json index 451613b1..ed44b30d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "adrai", "name": "eventstore", - "version": "1.14.1", + "version": "1.14.2", "contributors": [ { "name": "Adriano Raiano", diff --git a/releasenotes.md b/releasenotes.md index 39b17e1a..792a7c84 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,6 @@ +#### [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 + #### [v1.14.1](https://github.com/adrai/node-eventstore/compare/v1.40.0...v1.14.1) - add streamEventsByRevision method to the streaming api thanks to [nanov](https://github.com/nanov)