Skip to content

Commit 6b9a6c4

Browse files
committed
release v2.18.0
- [CORE-1091]
1 parent dbba058 commit 6b9a6c4

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

VERSIONS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# api-blockchain-core
22

33
## Next Version
4+
### Features
5+
6+
### Fixes
7+
8+
### Deprecations
9+
410

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

27-
### Deprecations
28-
2934

3035
## Version 2.17.0
3136
### Features

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "evan GmbH",
33
"dependencies": {
4-
"@evan.network/dbcp": "^1.11.0",
5-
"@evan.network/smart-contracts-core": "^2.9.0",
4+
"@evan.network/dbcp": "^1.11.1",
5+
"@evan.network/smart-contracts-core": "^2.10.0",
66
"@types/node": "^12.6.8",
77
"ajv": "^6.10.2",
88
"async-mutex": "^0.1.3",
@@ -96,5 +96,5 @@
9696
"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"
9797
},
9898
"types": "./dist/index.d.ts",
99-
"version": "2.17.0"
99+
"version": "2.18.0"
100100
}

0 commit comments

Comments
 (0)