From ee5cbb13b06fe865d0fd6eed0f306a39a3702fe6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jan 2021 20:56:57 +0200 Subject: [PATCH] chore(package) v15.4.3 --- ChangeLog | 8 ++++++++ HELP.md | 2 +- README.md | 2 +- package.json | 2 +- test/rest/fs.js | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f795f2be..e61fecbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2021.01.25, v15.4.3 + +feature: +- (package) restbox v3.0.0 +- (package) ponse v6.0.0 +- (package) files-io v4.0.0 + + 2021.01.21, v15.4.2 feature: diff --git a/HELP.md b/HELP.md index 6898bf2b..44f32909 100644 --- a/HELP.md +++ b/HELP.md @@ -1,4 +1,4 @@ -# Cloud Commander v15.4.2 +# Cloud Commander v15.4.3 ### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL]) diff --git a/README.md b/README.md index fdd616b5..8c79eadc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cloud Commander v15.4.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] +# Cloud Commander v15.4.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] ### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL]) diff --git a/package.json b/package.json index 1b7382eb..5a75d82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "15.4.2", + "version": "15.4.3", "author": "coderaiser (https://github.com/coderaiser)", "description": "File manager for the web with console and editor", "homepage": "http://cloudcmd.io", diff --git a/test/rest/fs.js b/test/rest/fs.js index 8fd0497d..5c3b4f0b 100644 --- a/test/rest/fs.js +++ b/test/rest/fs.js @@ -16,7 +16,7 @@ test('cloudcmd: rest: fs: path', async (t) => { const {path} = body; - t.equal('/', path, 'should dir path be "/"'); + t.equal(path, '/', 'should dir path be "/"'); t.end(); });