chore(release): 1.4.0 [skip ci]

This commit is contained in:
semantic-release-bot 2021-06-13 03:50:36 +00:00
parent 2663b24220
commit cf6eabc4f5
2 changed files with 15 additions and 1 deletions

View file

@ -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)

View file

@ -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": {