Skip to content

Commit

Permalink
chore(release): 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaward committed Dec 16, 2019
1 parent f199358 commit 983bf99
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [0.6.4](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.4) (2019-12-16)


### Features

* add balance_type to vesting balance withdraw ([c560b84](https://github.com/peerplays-network/peerplaysjs-lib/commit/c560b845713d563c8fe6278eded9b261f8eb0219))
* **account_update:** added value.update_last_voting_time ([00dbac4](https://github.com/peerplays-network/peerplaysjs-lib/commit/00dbac4a9ac1f1ac78c752378a4293650bda1db5))


### Bug Fixes

* add export data for vesting balance type ([24138cc](https://github.com/peerplays-network/peerplaysjs-lib/commit/24138ccc15d0e8ea0218c2a5018fbaba967fa7e9))
* add vesting_policy_initializer to exports ([982b859](https://github.com/peerplays-network/peerplaysjs-lib/commit/982b85930f4d0c85b269308521d8b730b31921e9))
* remove wrong export item ([0d8d0a1](https://github.com/peerplays-network/peerplaysjs-lib/commit/0d8d0a1d96e7d6db65a47ed2fad8a680557db9aa))
* use string instead of bool for balance type in vesting create ([da0dec9](https://github.com/peerplays-network/peerplaysjs-lib/commit/da0dec97b82925676f1318bb5fc94cee98a49d72))

### [0.6.3](https://github.com/peerplays-network/peerplaysjs-lib/compare/v0.6.2...v0.6.3) (2019-12-12)

<a name="0.6.2"></a>
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "peerplaysjs-lib",
"version": "0.6.3",
"version": "0.6.4",
"description": "Pure JavaScript Peerplaysjs library for node.js and browsers.",
"browser": {
"ws": false,
Expand Down

0 comments on commit 983bf99

Please sign in to comment.