mirror of
https://github.com/Expand-sys/ccash-client-js
synced 2026-03-22 12:27:09 +11:00
Merge branch 'stable' of github-me.com:LukeeeeBennett/ccash-client-js into stable
This commit is contained in:
commit
27a77d8b30
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
# 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,6 +1,6 @@
|
|||
{
|
||||
"name": "ccash-client-js",
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"description": "JS HTTP client for CCash",
|
||||
"main": "./dist",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue