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 0.17.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawid-h authored Dec 30, 2020
1 parent 7301c28 commit c2fef1e
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 49 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.17.0](https://github.com/dashevo/plaform-test-suite/compare/v0.16.0...v0.17.0) (2020-12-30)


### Features

* make test works without fallback ([#91](https://github.com/dashevo/plaform-test-suite/issues/91))
* update `dashcore-lib`, `dpp`, `wallet-lib`, `dashjs` ([#81](https://github.com/dashevo/plaform-test-suite/issues/81), [#83](https://github.com/dashevo/plaform-test-suite/issues/83), [#88](https://github.com/dashevo/plaform-test-suite/issues/88))
* identity funding double-spend tests ([#86](https://github.com/dashevo/plaform-test-suite/issues/86))


### Bug Fixes

* fake asset lock must be passed only for regtest ([#90](https://github.com/dashevo/plaform-test-suite/issues/90))
* invalid assertions in `Identity` functional test ([#84](https://github.com/dashevo/plaform-test-suite/issues/84))



# [0.16.0](https://github.com/dashevo/plaform-test-suite/compare/v0.15.0...v0.16.0) (2020-10-28)


Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/plaform-test-suite",
"version": "0.17.0-dev.5",
"version": "0.17.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.19.16",
"@dashevo/dashcore-lib": "~0.19.19",
"@dashevo/dpns-contract": "~0.3.0-dev.6",
"@dashevo/dpp": "~0.17.0-dev.8",
"@dashevo/grpc-common": "~0.3.1",
"@dashevo/wallet-lib": "~7.17.0-dev.4",
"@dashevo/dpp": "~0.17.0",
"@dashevo/grpc-common": "~0.3.2",
"@dashevo/wallet-lib": "~7.17.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "3.17.0-dev.4",
"dash": "3.17.0",
"dirty-chai": "^2.0.1",
"dotenv-safe": "^8.2.0",
"github-api": "^3.3.0",
Expand Down

0 comments on commit c2fef1e

Please sign in to comment.