We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0156a65 commit 93e7b89Copy full SHA for 93e7b89
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "adrai",
3
"name": "cqrs-domain",
4
- "version": "2.14.6",
+ "version": "2.14.7",
5
"private": false,
6
"main": "index.js",
7
"engines": {
releasenotes.md
@@ -1,3 +1,6 @@
+## [v2.14.7](https://github.com/adrai/node-cqrs-domain/compare/v2.14.6...v2.14.7)
+- prepare previousModel before evaluating preConditions in order to prevent model mutation inside them
+
## [v2.14.6](https://github.com/adrai/node-cqrs-domain/compare/v2.14.5...v2.14.6)
- updated node-eventstore and added optional position property to event
0 commit comments