Skip to content

Commit

Permalink
v1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Jan 19, 2019
1 parent 3b0cc5b commit 2dea30d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "adrai",
"name": "cqrs-saga",
"version": "1.11.1",
"version": "1.11.11",
"private": false,
"main": "index.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v1.11.11](https://github.com/adrai/node-cqrs-saga/compare/v1.11.1...v1.11.11)
- remove debug forgotten console messages

## [v1.11.1](https://github.com/adrai/node-cqrs-saga/compare/v1.11.0...v1.11.1)
- replace deprecated mongo methods ( ensureIndex, insert, remove, update )
- add optional shouldHandleEvent function, to filter events before loading saga
Expand Down

0 comments on commit 2dea30d

Please sign in to comment.