mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(package) v16.0.1
This commit is contained in:
parent
6e4667aa85
commit
e129ab6a79
5 changed files with 15 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ const testEnv = {
|
|||
THREAD_IT_COUNT: 0,
|
||||
};
|
||||
|
||||
const is17 = /^v17/.test(process.version);
|
||||
const is17 = /^v1[78]/.test(process.version);
|
||||
|
||||
// fix for ERR_OSSL_EVP_UNSUPPORTED on node v17
|
||||
// flag '--openssl-legacy-provider' not supported
|
||||
|
|
|
|||
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
2022.04.22, v16.0.1
|
||||
|
||||
feature:
|
||||
- (package) dword v14.0.0
|
||||
- (package) restafary v11.0.0
|
||||
- (package) @cloudcmd/stub v4.0.1
|
||||
- (package) win32 v7.0.0
|
||||
- (package) eslint-plugin-putout v14.4.0
|
||||
|
||||
|
||||
2022.02.19, v16.0.0
|
||||
|
||||
feature:
|
||||
|
|
|
|||
3
HELP.md
3
HELP.md
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v16.0.0
|
||||
# Cloud Commander v16.0.1
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL]
|
||||
|
||||
|
|
@ -1082,6 +1082,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
|
|||
|
||||
## Version history
|
||||
|
||||
- *2022.04.22*, **[v16.0.1](//github.com/coderaiser/cloudcmd/releases/tag/v16.0.1)**
|
||||
- *2022.02.19*, **[v16.0.0](//github.com/coderaiser/cloudcmd/releases/tag/v16.0.0)**
|
||||
- *2022.01.20*, **[v15.9.15](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.15)**
|
||||
- *2022.01.13*, **[v15.9.14](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.14)**
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Cloud Commander v16.0.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
||||
# Cloud Commander v16.0.1 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "16.0.0",
|
||||
"version": "16.0.1",
|
||||
"type": "commonjs",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "File manager for the web with console and editor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue