Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit fa71f5c

Browse files
authored
chore(release): update changelog and bump version 0.17.0 (#178)
1 parent ae91408 commit fa71f5c

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.17.0](https://github.com/dashevo/DashJS/compare/v3.16.1...v3.17.0) (2020-12-30)
2+
3+
4+
### Features
5+
6+
* connect to testnet by default ([#176](https://github.com/dashevo/DashJS/issues/176))
7+
* update `dapi-client`, `dashcore-lib`, `dpp` and `wallet-lib` ([#152](https://github.com/dashevo/DashJS/issues/152), [#172](https://github.com/dashevo/DashJS/issues/172))
8+
* wait broadcasted data to be available from queries ([#165](https://github.com/dashevo/DashJS/issues/165))
9+
* asset lock proofs for identity funding ([#169](https://github.com/dashevo/js-dash-sdk/issues/169))
10+
11+
12+
### Bug Fixes
13+
14+
* crypto.randomBytes stub causing tests to fail ([#173](https://github.com/dashevo/DashJS/issues/173))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* requires a version of DAPI with instant locks implemented, i.e. 0.17 or higher
20+
21+
22+
123
## [3.16.1](https://github.com/dashevo/DashJS/compare/v3.16.0...v3.16.1) (2020-10-30)
224

325

@@ -108,7 +130,7 @@
108130
- **Bug fixes:**
109131
* fix: wrong assetlock tx fee estimation (#85)
110132
* fix: generate one-time private key for the asset lock transaction (#86)
111-
133+
112134
## [3.13.2](https://github.com/dashevo/DashJS/compare/v3.13.1...v3.13.2) (2020-06-12)
113135

114136
- **Bug fixes:**
@@ -146,15 +168,15 @@
146168
- added replacement of a document. (#41)
147169
- added deletion of a document (#41)
148170

149-
- **impr**:
171+
- **impr**:
150172
- update to dpp 0.12 (#41)
151173

152174
- **fix**:
153175
- properly release (throw) catched error (#41)
154176

155177
- **Chore, Docs & Tests:**
156178
- bumped wallet-lib to 6.1 (#41)
157-
179+
158180
# [2.0.0](https://github.com/dashevo/DashJS/compare/v1.1.2...v2.0.0) (2020-03-27)
159181

160182
- **breaking:**
@@ -165,7 +187,7 @@
165187
- exported file for web environment is now `Dash` instead of `DashJS`
166188
- **feat**:
167189
- Sign and verify message (#24)
168-
- **impr**:
190+
- **impr**:
169191
- Typings documentation (#30)
170192
- Code cleanup (#31)
171193
- Export all Dashcore Primitives (under `SDK.Core.*`)
@@ -175,7 +197,7 @@
175197
- Identity/register: updated getUTXOS usages on (#afda5bbafb940b2e15d5e773d0e8fc5fbc48ee13)
176198
- fix(StateTransitionBuilder): records type detection (#b49f74b4b8e03e9d1020dd789c62f4310a4fc1ad)
177199
- broadcasting of contracts (#f4b63e6be692841f1b138e5b058e531a0873f456, #4aa31fec0e5579d7ef8b9222576863a069b95fd3)
178-
- **chore**:
200+
- **chore**:
179201
- updated for new evonet (updated wallet-lib to 6.0.0)
180202
- updated dapi-client to 0.11 (#fba4d55d3281bec5e65605787dd23a6ca3517476)
181203
- updated DPNS contractID on evonet (#d0cf11d30cf7c9aaef1ffa4a2b8a955fbf5b1184)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash",
3-
"version": "3.17.0-dev.7",
3+
"version": "3.17.0",
44
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
55
"main": "build/src/index.js",
66
"unpkg": "dist/dash.min.js",

0 commit comments

Comments
 (0)