Skip to content

Commit

Permalink
release v2.18.0
Browse files Browse the repository at this point in the history
- [CORE-1091]
  • Loading branch information
wulfraem committed Mar 5, 2020
1 parent dbba058 commit 6b9a6c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# api-blockchain-core

## Next Version
### Features

### Fixes

### Deprecations


## Version 2.18.0
### Features
- add methods `deactivateDidDocument` and `didIsDeactivated` to check and handle DID deactivation status
- improve performance of `shareProperties`, `unshareProperties`, `setContainerShareConfigs` and related operations in `Container`
Expand All @@ -24,8 +31,6 @@
- update verification keys for onboarding, when `useIdentity` is enabled
- reset `activeIdentity` within `createOfflineProfile` when useIdentity is enabled

### Deprecations


## Version 2.17.0
### Features
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "evan GmbH",
"dependencies": {
"@evan.network/dbcp": "^1.11.0",
"@evan.network/smart-contracts-core": "^2.9.0",
"@evan.network/dbcp": "^1.11.1",
"@evan.network/smart-contracts-core": "^2.10.0",
"@types/node": "^12.6.8",
"ajv": "^6.10.2",
"async-mutex": "^0.1.3",
Expand Down Expand Up @@ -96,5 +96,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.17.0"
"version": "2.18.0"
}

0 comments on commit 6b9a6c4

Please sign in to comment.