We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362b1a3 commit 216765aCopy full SHA for 216765a
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "adrai",
3
"name": "cqrs-saga",
4
- "version": "1.10.2",
+ "version": "1.11.0",
5
"private": false,
6
"main": "index.js",
7
"engines": {
releasenotes.md
@@ -1,3 +1,6 @@
+## [v1.11.0](https://github.com/adrai/node-cqrs-saga/compare/v1.10.2...v1.11.0)
+- add option to add custom structureLoader implementation
+
## [v1.10.2](https://github.com/adrai/node-cqrs-saga/compare/v1.10.1...v1.10.2)
- remove deprecated option max_attempts from redis options
0 commit comments