Skip to content

Commit

Permalink
Merge branch 'release/v2.8.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Jul 12, 2019
2 parents 9f5975f + 2e9e05a commit 2c77b0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# api-blockchain-core


## Next Version
### Features

### Fixes
- fix verification v2 status compute and statusComputer

### Deprecations


## Version 2.8.3
### Fixes
- fix verification v2 status compute and statusComputer


## Version 2.8.2
### Fixes
- fix dataKey generation with sha3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "evan GmbH",
"dependencies": {
"@evan.network/dbcp": "^1.6.4",
"@evan.network/smart-contracts-core": "^2.4.0",
"@evan.network/smart-contracts-core": "^2.4.2",
"@types/node": "11.11.4",
"ajv": "^5.5.1",
"async-mutex": "^0.1.3",
Expand Down Expand Up @@ -85,5 +85,5 @@
"testunitcoverage": "env-cmd ./.env.local npm run build && nyc -r lcov -e .ts -x \"$TESTSPECS\" mocha --exit -r ts-node/register $TESTSPECS && nyc report --reporter=text-lcov | coveralls"
},
"types": "./dist/index.d.ts",
"version": "2.8.2"
"version": "2.8.3"
}

0 comments on commit 2c77b0f

Please sign in to comment.