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

This commit is contained in:
Luke Bennett 2021-06-13 21:33:12 +01:00
commit 27a77d8b30
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# CHANGELOG # CHANGELOG
# [1.4.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.3.0...v1.4.0) (2021-06-13)
### Bug Fixes
* add password in body to adminAddUser ([80ca0b6](https://github.com/LukeeeeBennett/ccash-client-js/commit/80ca0b6800725b6e814a3a07974da796caa03c6a))
* types ([5bd0820](https://github.com/LukeeeeBennett/ccash-client-js/commit/5bd08201d75acb83574ac35e9c0317e835713746))
### Features
* release ([2663b24](https://github.com/LukeeeeBennett/ccash-client-js/commit/2663b2422057c0ebe5d054aee0d1793973b6bbb4))
* release ([a443b6b](https://github.com/LukeeeeBennett/ccash-client-js/commit/a443b6bba10c5d512b92d02bdd0dc80a29519e19))
# [1.3.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.2.0...v1.3.0) (2021-06-13) # [1.3.0](https://github.com/LukeeeeBennett/ccash-client-js/compare/v1.2.0...v1.3.0) (2021-06-13)

View file

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