chore(package) v14.7.0

This commit is contained in:
coderaiser 2020-08-10 14:43:05 +03:00
parent c49d25229c
commit 50e0152ced
4 changed files with 20 additions and 3 deletions

View file

@ -1,3 +1,19 @@
2020.08.10, v14.7.0
fix:
- (client) user menu: click on user menu title
- test(cloudcmd) test/server/prefixer -> server/prefixer
feature:
- (cloudcmd) rest: add rename
- (rest) mv: improved user errors
- (client) io: promisify -> async
- (package) webpack-merge v5.0.8
- (package) eslint-plugin-putout v5.0.0
- (package) putout v9.0.0
- (package) madrun v7.0.0
2020.05.20, v14.6.0
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v14.6.0
# Cloud Commander v14.7.0
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
@ -959,6 +959,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
Version history
---------------
- *2020.08.10*, **[v14.7.0](//github.com/coderaiser/cloudcmd/releases/tag/v14.7.0)**
- *2020.05.20*, **[v14.6.0](//github.com/coderaiser/cloudcmd/releases/tag/v14.6.0)**
- *2020.05.06*, **[v14.5.1](//github.com/coderaiser/cloudcmd/releases/tag/v14.5.1)**
- *2020.05.04*, **[v14.5.0](//github.com/coderaiser/cloudcmd/releases/tag/v14.5.0)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v14.6.0 [![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.7.0 [![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.6.0",
"version": "14.7.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",
"homepage": "http://cloudcmd.io",