Skip to content

Commit 91c5852

Browse files
committedAug 29, 2019
bump version
1 parent a093e90 commit 91c5852

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "adrai",
33
"name": "eventstore",
4-
"version": "1.14.42",
4+
"version": "1.15.0",
55
"contributors": [
66
{
77
"name": "Adriano Raiano",

‎releasenotes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### [v1.15.0](https://github.com/adrai/node-eventstore/compare/v1.14.42...v1.15.0)
2+
- Feature: optionally emit eventstore before and after events [#149](https://github.com/adrai/node-eventstore/pull/149) thanks to [DaNautilus](https://github.com/DaNautilus)
3+
14
#### [v1.14.42](https://github.com/adrai/node-eventstore/compare/v1.14.41...v1.14.42)
25
- mongodb: speedup getLastEvent by adding a new index [#147](https://github.com/adrai/node-eventstore/pull/147) thanks to [robinfehr](https://github.com/robinfehr)
36

0 commit comments

Comments
 (0)
Please sign in to comment.