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 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Oct 28, 2020
1 parent fa1549a commit 1c42288
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 38 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.16.0](https://github.com/dashevo/plaform-test-suite/compare/v0.15.0...v0.16.0) (2020-10-28)


### Chore

* update to SDK 0.16 ([#77](https://github.com/dashevo/plaform-test-suite/issues/77))


### BREAKING CHANGES

* Nodes with Dash Platform 0.15 are not supported



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


Expand Down
66 changes: 33 additions & 33 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/plaform-test-suite",
"version": "0.16.0-dev.2",
"version": "0.16.0",
"description": "Dash Network end-to-end tests",
"private": true,
"scripts": {
Expand All @@ -22,14 +22,14 @@
},
"homepage": "https://github.com/dashevo/plaform-test-suite#readme",
"dependencies": {
"@dashevo/dashcore-lib": "~0.18.13",
"@dashevo/dashcore-lib": "~0.18.14",
"@dashevo/dpns-contract": "~0.3.0-dev.6",
"@dashevo/dpp": "~0.16.0-dev.9",
"@dashevo/dpp": "~0.16.0",
"@dashevo/grpc-common": "~0.3.1",
"@dashevo/wallet-lib": "~7.16.0-dev.2",
"@dashevo/wallet-lib": "~7.16.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "3.16.0-dev.1",
"dash": "3.16.0-dev.3",
"dirty-chai": "^2.0.1",
"dotenv-safe": "^8.2.0",
"github-api": "^3.3.0",
Expand Down

0 comments on commit 1c42288

Please sign in to comment.