Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thenativeweb/node-cqrs-domain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.2
Choose a base ref
...
head repository: thenativeweb/node-cqrs-domain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.3
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 3, 2018

  1. update depndencies

    nanov committed Sep 3, 2018
    Copy the full SHA
    5973079 View commit details
  2. Copy the full SHA
    5f8aa30 View commit details
  3. bump

    nanov committed Sep 3, 2018
    Copy the full SHA
    4322c30 View commit details
  4. 2.14.3

    nanov committed Sep 3, 2018
    Copy the full SHA
    9b17c73 View commit details
Showing with 5 additions and 2 deletions.
  1. +2 −2 package.json
  2. +3 −0 releasenotes.md
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "adrai",
"name": "cqrs-domain",
"version": "2.14.2",
"version": "2.14.3",
"private": false,
"main": "index.js",
"engines": {
@@ -14,7 +14,7 @@
"async": "1.5.2",
"debug": "3.1.0",
"dotty": "0.0.2",
"eventstore": "1.13.4",
"eventstore": "1.14.1",
"jsondate": "0.0.1",
"lodash": "4.17.10",
"parent-require": "1.0.0",
3 changes: 3 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [v2.14.3](https://github.com/adrai/node-cqrs-domain/compare/v2.14.2...v2.14.3)
- update node-eventstore dependency

## [v2.14.2](https://github.com/adrai/node-cqrs-domain/compare/v2.14.0...v2.14.1)
- add option for asynchronous custom structureLoader thank to [nanov](https://github.com/nanov)