Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
chore(release): update changelog and bump version to 0.16.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Oct 28, 2020
1 parent dd024ba commit c6408fc
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 23 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [7.16.0](https://github.com/dashevo/wallet-lib/compare/v7.15.1...v7.16.0) (2020-10-27)


### Bug Fixes

* transaction sign and OP_RETURN + import ([#188](https://github.com/dashevo/wallet-lib/issues/188))


### Chore

* update to DAPI Client 0.16 ([#196](https://github.com/dashevo/wallet-lib/issues/196), [#197](https://github.com/dashevo/wallet-lib/issues/197))


### BREAKING CHANGES

* replaced `Transport#getIdentityIdByFirstPublicKey(string):` string with `Transport#getIdentityIdsByPublicKeyHashes(Buffer[]): Buffer[]`



# [7.15.1](https://github.com/dashevo/wallet-lib/compare/v7.15.0...v7.15.1) (2020-09-11)


Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wallet-lib",
"version": "7.16.0-dev.2",
"version": "7.16.0",
"description": "Light wallet library for Dash",
"main": "src/index.js",
"unpkg": "dist/wallet-lib.min.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
},
"homepage": "https://github.com/dashevo/wallet-lib#readme",
"dependencies": {
"@dashevo/dapi-client": "~0.16.0-dev.8",
"@dashevo/dashcore-lib": "~0.18.13",
"@dashevo/dpp": "~0.16.0-dev.9",
"@dashevo/dapi-client": "~0.16.0",
"@dashevo/dashcore-lib": "~0.18.14",
"@dashevo/dpp": "~0.16.0",
"@dashevo/grpc-common": "~0.3.1",
"cbor": "^5.0.2",
"crypto-js": "^4.0.0",
Expand Down

0 comments on commit c6408fc

Please sign in to comment.