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

This commit is contained in:
Luke Bennett 2021-06-14 01:59:25 +01:00
commit c759e33fc3
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# CHANGELOG # 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.5.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.4.0...v1.5.0) (2021-06-13)

View file

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