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.13.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jun 11, 2020
1 parent ae418f5 commit 022feee
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [0.13.0](https://github.com/dashevo/mn-bootstrap/compare/v0.12.6...v0.13.0) (2020-06-09)


### Bug Fixes

* do not start stopped services on the docker deamon restart ([#55](https://github.com/dashevo/mn-bootstrap/issues/55))
* switch to dashpay org for sentinel ([#62](https://github.com/dashevo/mn-bootstrap/issues/62))


### Features

* start/stop node commands ([#45](https://github.com/dashevo/mn-bootstrap/issues/45), [#48](https://github.com/dashevo/mn-bootstrap/issues/48))
* data reset command ([#43](https://github.com/dashevo/mn-bootstrap/issues/43), [#60](https://github.com/dashevo/mn-bootstrap/issues/60))
* masternode registration commands ([#30](https://github.com/dashevo/mn-bootstrap/issues/30), [#44](https://github.com/dashevo/mn-bootstrap/issues/44), [#54](https://github.com/dashevo/mn-bootstrap/issues/54), [#69](https://github.com/dashevo/mn-bootstrap/issues/69))
* remove sleep from docker compose ([#57](https://github.com/dashevo/mn-bootstrap/issues/57))
* allow to start full node ([#42](https://github.com/dashevo/mn-bootstrap/issues/42))
* update configs and docker images ([#64](https://github.com/dashevo/mn-bootstrap/issues/42))


### Documentation

* update README.md to clarify install instructions ([#33](https://github.com/dashevo/mn-bootstrap/issues/33), [#65](https://github.com/dashevo/mn-bootstrap/issues/65))


### BREAKING CHANGES

* Dash Platform v0.12 data in incompatible with 0.13, so you need to reset data before you start the node



# [0.12.6](https://github.com/dashevo/mn-bootstrap/compare/v0.12.5...v0.12.6) (2020-05-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@dashevo/mn-bootstrap",
"version": "0.13.0-dev.1",
"version": "0.13.0",
"description": "Distribution package for Dash Masternode installation",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**",
"lint": "eslint .",
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint .",
"prepack": "oclif-dev manifest && oclif-dev readme",
Expand Down

0 comments on commit 022feee

Please sign in to comment.