Skip to content

Commit 983bf99

Browse files
committed
chore(release): 0.6.4
1 parent f199358 commit 983bf99

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.6.4](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.4) (2019-12-16)
6+
7+
8+
### Features
9+
10+
* add balance_type to vesting balance withdraw ([c560b84](https://github.com/peerplays-network/peerplaysjs-lib/commit/c560b845713d563c8fe6278eded9b261f8eb0219))
11+
* **account_update:** added value.update_last_voting_time ([00dbac4](https://github.com/peerplays-network/peerplaysjs-lib/commit/00dbac4a9ac1f1ac78c752378a4293650bda1db5))
12+
13+
14+
### Bug Fixes
15+
16+
* add export data for vesting balance type ([24138cc](https://github.com/peerplays-network/peerplaysjs-lib/commit/24138ccc15d0e8ea0218c2a5018fbaba967fa7e9))
17+
* add vesting_policy_initializer to exports ([982b859](https://github.com/peerplays-network/peerplaysjs-lib/commit/982b85930f4d0c85b269308521d8b730b31921e9))
18+
* remove wrong export item ([0d8d0a1](https://github.com/peerplays-network/peerplaysjs-lib/commit/0d8d0a1d96e7d6db65a47ed2fad8a680557db9aa))
19+
* use string instead of bool for balance type in vesting create ([da0dec9](https://github.com/peerplays-network/peerplaysjs-lib/commit/da0dec97b82925676f1318bb5fc94cee98a49d72))
20+
521
### [0.6.3](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.3) (2019-12-12)
622

723
<a name="0.6.2"></a>

npm-shrinkwrap.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": "peerplaysjs-lib",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Pure JavaScript Peerplaysjs library for node.js and browsers.",
55
"browser": {
66
"ws": false,

0 commit comments

Comments
 (0)