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

Commit

Permalink
chore(release): create changelog and bump version to 0.14.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jul 23, 2020
1 parent dd1186a commit 818790e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 29 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 0.14.0 (2020-07-23)


### Features

* use external Travis scripts ([#47](https://github.com/dashevo/plaform-test-suite/issues/47))
* update SDK to 3.14.0 ([#45](https://github.com/dashevo/plaform-test-suite/issues/45))
* update DPP to 0.14.0 ([#42](https://github.com/dashevo/plaform-test-suite/issues/42))
* add document timestamp tests ([#40](https://github.com/dashevo/plaform-test-suite/issues/40))
* define npm test scopes ([#31](https://github.com/dashevo/plaform-test-suite/issues/31))
* dockerize test suite ([#28](https://github.com/dashevo/plaform-test-suite/issues/28))
* functional core tests ([#33](https://github.com/dashevo/plaform-test-suite/issues/33))
* implement functional tests ([#38](https://github.com/dashevo/plaform-test-suite/issues/38))
52 changes: 26 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/plaform-test-suite",
"version": "0.15.0-dev.1",
"version": "0.14.0",
"description": "Dash Network end-to-end tests",
"private": true,
"scripts": {
Expand All @@ -24,11 +24,11 @@
"dependencies": {
"@dashevo/dashcore-lib": "~0.18.11",
"@dashevo/dpns-contract": "~0.2.0-dev.4",
"@dashevo/dpp": "~0.14.0-dev.4",
"@dashevo/dpp": "~0.14.0",
"@dashevo/grpc-common": "~0.3.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "~3.14.0-dev.4",
"dash": "~3.14.0",
"dirty-chai": "^2.0.1",
"dotenv-safe": "^8.2.0",
"github-api": "^3.3.0",
Expand Down

0 comments on commit 818790e

Please sign in to comment.