Skip to content

Commit 2dea30d

Browse files
committed
v1.11.11
1 parent 3b0cc5b commit 2dea30d

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": "cqrs-saga",
4-
"version": "1.11.1",
4+
"version": "1.11.11",
55
"private": false,
66
"main": "index.js",
77
"engines": {

releasenotes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v1.11.11](https://github.com/adrai/node-cqrs-saga/compare/v1.11.1...v1.11.11)
2+
- remove debug forgotten console messages
3+
14
## [v1.11.1](https://github.com/adrai/node-cqrs-saga/compare/v1.11.0...v1.11.1)
25
- replace deprecated mongo methods ( ensureIndex, insert, remove, update )
36
- add optional shouldHandleEvent function, to filter events before loading saga

0 commit comments

Comments
 (0)