chore: package: v16.13.0

This commit is contained in:
coderaiser 2023-01-29 18:05:00 +02:00
parent fd1eb1dc27
commit ed9af6d7a6
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2023.01.29, v16.13.0
feature:
- client: key: vim: open editor with 'e'
- client: vim: add ability to show terminal with 'tt'
2023.01.29, v16.12.0
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.12.0
# Cloud Commander v16.13.0
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
@ -1089,6 +1089,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
## Version history
- *2023.01.29*, **[v16.13.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.13.0)**
- *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)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v16.12.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v16.13.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.12.0",
"version": "16.13.0",
"type": "commonjs",
"commitType": "colon",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",