Skip to content

Commit

Permalink
v2.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Jan 24, 2019
1 parent 0156a65 commit 93e7b89
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-domain",
"version": "2.14.6",
"version": "2.14.7",
"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 @@
## [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

Expand Down

0 comments on commit 93e7b89

Please sign in to comment.