mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
chore(release): 1.6.2 [skip ci]
This commit is contained in:
parent
5f75599d0d
commit
9182240eb9
2 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# CHANGELOG
|
||||
|
||||
## [1.6.2](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.6.1...v1.6.2) (2021-06-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **sendFunds:** set body undefined ([91ccc83](https://github.com/LukeeeeBennett/ccash-client-js/commit/91ccc8324fabc5cba6f6411f8b8f84374262ffa8))
|
||||
|
||||
## [1.6.1](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.6.0...v1.6.1) (2021-06-14)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ccash-client-js",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"description": "JS HTTP client for CCash",
|
||||
"main": "./dist",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue