chore(package) v14.3.9

This commit is contained in:
coderaiser 2020-04-10 17:01:07 +03:00
parent 67138dab0f
commit a8bd28318f
4 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,13 @@
2020.04.10, v14.3.9
fix:
- (docker) node -> node:lts (#280)
- (env) UPPER_CASE first, and then lower_case (#283)
feature:
- (cloudcmd) promise -> async
2020.04.04, v14.3.8
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v14.3.8
# Cloud Commander v14.3.9
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
@ -947,6 +947,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
Version history
---------------
- *2020.04.10*, **[v14.3.9](//github.com/coderaiser/cloudcmd/releases/tag/v14.3.9)**
- *2020.04.04*, **[v14.3.8](//github.com/coderaiser/cloudcmd/releases/tag/v14.3.8)**
- *2020.04.03*, **[v14.3.7](//github.com/coderaiser/cloudcmd/releases/tag/v14.3.7)**
- *2020.03.31*, **[v14.3.6](//github.com/coderaiser/cloudcmd/releases/tag/v14.3.6)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v14.3.8 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
# Cloud Commander v14.3.9 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "14.3.8",
"version": "14.3.9",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",
"homepage": "http://cloudcmd.io",