Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
chore(release): update changelog and bump version to 0.16.0 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Oct 27, 2020
1 parent 20ef1d6 commit 6debb2f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 41 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.16.0](https://github.com/dashevo/dapi/compare/v0.15.0...v0.16.0) (2020-10-27)


### Features

* `getIdentitiesByPublicKeyHashes` and `getIdentityIdsByPublicKeyHashes` endpoints ([#304](https://github.com/dashevo/dapi/issues/304), [#307](https://github.com/dashevo/dapi/issues/307))
* debug mode to respond internal error with message and stack ([#302](https://github.com/dashevo/dapi/issues/302))
* use Drive 0.16 endpoints ([#308](https://github.com/dashevo/dapi/issues/308), [#309](https://github.com/dashevo/dapi/issues/309))

### BREAKING CHANGES

* `getIdentityByFirstPublicKey` and `getIdentityIdByFirstPublicKey` removed



# [0.15.0](https://github.com/dashevo/dapi/compare/v0.14.0...v0.15.0) (2020-09-04)


Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.16.0-dev.2",
"version": "0.16.0",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"all": true
},
"dependencies": {
"@dashevo/dapi-grpc": "~0.16.0-dev.3",
"@dashevo/dashcore-lib": "~0.18.13",
"@dashevo/dapi-grpc": "~0.16.0",
"@dashevo/dashcore-lib": "~0.18.14",
"@dashevo/dashd-rpc": "^2.0.2",
"@dashevo/grpc-common": "~0.3.1",
"ajv": "^6.4.0",
Expand All @@ -48,9 +48,9 @@
"zeromq": "^5.2.0"
},
"devDependencies": {
"@dashevo/dapi-client": "~0.16.0-dev.8",
"@dashevo/dapi-client": "~0.16.0",
"@dashevo/dp-services-ctl": "~0.14.0",
"@dashevo/dpp": "~0.16.0-dev.9",
"@dashevo/dpp": "~0.16.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
Expand Down

0 comments on commit 6debb2f

Please sign in to comment.