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.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jan 19, 2021
1 parent 9486de8 commit e5f339d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.17.1](https://github.com/dashevo/dapi/compare/v0.17.0...v0.17.1) (2021-01-19)


### Bug Fixes

* **core:** timeOffset from Insight expected to be uint32 ([#332](https://github.com/dashevo/dapi/issues/332))



# [0.17.0](https://github.com/dashevo/dapi/compare/v0.16.2...v0.17.0) (2020-12-30)


Expand All @@ -8,7 +17,7 @@
* use new drive response format ([#316](https://github.com/dashevo/dapi/issues/316))
* update dashcore-lib to 0.19.5 ([#312](https://github.com/dashevo/dapi/issues/312))


k
### Bug Fixes

* internal error if state transaction was broadcasted twice ([#328](https://github.com/dashevo/dapi/issues/328))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.17.0",
"version": "0.17.1",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down

0 comments on commit e5f339d

Please sign in to comment.