Skip to content

Commit

Permalink
release preperatations
Browse files Browse the repository at this point in the history
- [CORE-1277]
  • Loading branch information
Tobias Winkler committed May 8, 2020
1 parent 03cc7c0 commit a0b3b71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Next Version
### Features

### Fixes

### Deprecations


## Version 2.19.0
### Features
- add `sourceIdentity` as optional parameter for `setDidDocumentOffline` to explicitly parse the signing identity
- add check in `createOfflineProfile` for company profile type to create two profiles otherwise only create one
- add method `fillProfile` to fill empty profile
Expand Down Expand Up @@ -31,8 +39,6 @@
- checked node 13 compatibility
- reset executor signer for runtime initialization with account that has no identity

### Deprecations


## Version 2.18.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
"testunitcoverage": "env-cmd --fallback -f ./.env.local npm run build && nyc -r lcov -e .ts -x \"**/*.spec.ts\" -x \"lib\" mocha --exit -r ts-node/register $TESTSPECS && nyc report --reporter=json > coverage/coverage.json"
},
"types": "./dist/index.d.ts",
"version": "2.18.0"
"version": "2.19.0"
}

0 comments on commit a0b3b71

Please sign in to comment.