Merge branch 'stable' of github-me.com:LukeeeeBennett/ccash-client-js into stable

This commit is contained in:
Luke Bennett 2021-06-14 23:16:35 +01:00
commit 5f75599d0d
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# CHANGELOG # CHANGELOG
## [1.6.1](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.6.0...v1.6.1) (2021-06-14)
### Bug Fixes
* add Password header to adminVerifyPass ([58ce59c](https://github.com/LukeeeeBennett/ccash-client-js/commit/58ce59c9eeeea2d7952bb90e49335604b39bf374))
# [1.6.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.5.0...v1.6.0) (2021-06-13) # [1.6.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.5.0...v1.6.0) (2021-06-13)

View file

@ -1,6 +1,6 @@
{ {
"name": "ccash-client-js", "name": "ccash-client-js",
"version": "1.6.0", "version": "1.6.1",
"description": "JS HTTP client for CCash", "description": "JS HTTP client for CCash",
"main": "./dist", "main": "./dist",
"publishConfig": { "publishConfig": {