Skip to content

Commit 216765a

Browse files
committedMay 21, 2018
1.11.0
1 parent 362b1a3 commit 216765a

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.10.2",
4+
"version": "1.11.0",
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.0](https://github.com/adrai/node-cqrs-saga/compare/v1.10.2...v1.11.0)
2+
- add option to add custom structureLoader implementation
3+
14
## [v1.10.2](https://github.com/adrai/node-cqrs-saga/compare/v1.10.1...v1.10.2)
25
- remove deprecated option max_attempts from redis options
36

0 commit comments

Comments
 (0)
Please sign in to comment.