chore: package: v16.12.0

This commit is contained in:
coderaiser 2023-01-29 13:49:43 +02:00
parent 4a38c64cd6
commit 203117d2b9
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2023.01.29, v16.12.0
feature:
- client: vim: add ability to create directory with 'md', and create file with 'mf'
2023.01.22, v16.11.0
fix:

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.11.0
# Cloud Commander v16.12.0
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
@ -1087,6 +1087,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
## Version history
- *2023.01.29*, **[v16.12.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.12.0)**
- *2023.01.22*, **[v16.11.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.11.0)**
- *2023.01.19*, **[v16.10.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.10.0)**
- *2023.01.18*, **[v16.9.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.9.1)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.11.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v16.12.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "16.11.0",
"version": "16.12.0",
"type": "commonjs",
"commitType": "colon",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",