We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7759572 commit 11227baCopy full SHA for 11227ba
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "adrai",
3
"name": "cqrs-saga",
4
- "version": "1.11.11",
+ "version": "1.11.12",
5
"private": false,
6
"main": "index.js",
7
"engines": {
releasenotes.md
@@ -1,3 +1,6 @@
+## [v1.11.12](https://github.com/adrai/node-cqrs-saga/compare/v1.11.11...v1.11.12)
+- replace additional deprecated mongo methods
+
## [v1.11.11](https://github.com/adrai/node-cqrs-saga/compare/v1.11.1...v1.11.11)
- remove debug forgotten console messages
0 commit comments