From e87c2007362357f2ca437577d96d81fc091b1e5f Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Thu, 28 Oct 2021 18:55:36 +0300 Subject: [PATCH] chore(release): update changelog and bump version (#184) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f134bfc..609a275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [0.21.0](https://github.com/dashevo/platform-test-suite/compare/v0.20.0...v0.21.0) (2021-10-26) + + + +### Features + +* `skip-sync-before-height` option to speedup tests ([#180](https://github.com/dashevo/platform-test-suite/issues/180)) +* run tests in browser by demand ([#172](https://github.com/dashevo/platform-test-suite/issues/172)) +* add a test for parsing waitForStateTransitionResult proof ([#173](https://github.com/dashevo/platform-test-suite/issues/173)) +* add proof test for all endpoints and appHash extraction ([#163](https://github.com/dashevo/platform-test-suite/issues/163)) +* use DPP error classes ([#164](https://github.com/dashevo/platform-test-suite/issues/164)) +* use new Drive's error codes ([#162](https://github.com/dashevo/platform-test-suite/issues/162)) +* add feature flags e2e test ([#155](https://github.com/dashevo/platform-test-suite/issues/155)) +* proof verification tests ([#159](https://github.com/dashevo/platform-test-suite/issues/159)) +* update tests to reflect lastest dapi changes ([#149](https://github.com/dashevo/platform-test-suite/issues/149)) + + +### Bug Fixes + +* don't upgrade evidence maxBytes value ([#177](https://github.com/dashevo/platform-test-suite/issues/177)) +* transaction queried to soon propagation ([#176](https://github.com/dashevo/platform-test-suite/issues/176)) +* testnet latency problems ([#182](https://github.com/dashevo/platform-test-suite/issues/182)) + + # [0.20.0](https://github.com/dashevo/platform-test-suite/compare/v0.19.1...v0.20.0) (2021-07-21) diff --git a/package-lock.json b/package-lock.json index b81b69d..4aec090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dashevo/platform-test-suite", - "version": "0.21.0-dev.7", + "version": "0.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dashevo/platform-test-suite", - "version": "0.21.0-dev.7", + "version": "0.21.0", "license": "MIT", "dependencies": { "@dashevo/dashcore-lib": "~0.19.26", diff --git a/package.json b/package.json index 3659b66..c7fc5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/platform-test-suite", - "version": "0.21.0-dev.7", + "version": "0.21.0", "description": "Dash Network end-to-end tests", "private": true, "scripts": {