We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42b246 commit 2e7c5c6Copy full SHA for 2e7c5c6
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "adrai",
3
"name": "eventstore",
4
- "version": "1.14.1",
+ "version": "1.14.2",
5
"contributors": [
6
7
"name": "Adriano Raiano",
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)
0 commit comments