mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 04:17:09 +11:00
chore(release): 1.6.0 [skip ci]
This commit is contained in:
parent
39dad3a037
commit
6c1e4c3c80
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# CHANGELOG
|
||||
|
||||
# [1.6.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.5.0...v1.6.0) (2021-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct password as body calls ([6fd7a91](https://github.com/LukeeeeBennett/ccash-client-js/commit/6fd7a91422c74f5b0c2bea951db160e3d6bb4dfc))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release ([39dad3a](https://github.com/LukeeeeBennett/ccash-client-js/commit/39dad3a037c6151915288401f68ecdad2b2ac0f4))
|
||||
|
||||
# [1.5.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.4.0...v1.5.0) (2021-06-13)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ccash-client-js",
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"description": "JS HTTP client for CCash",
|
||||
"main": "./dist",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue