You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ta...@apache.org on 2019/11/14 18:07:27 UTC

[openwhisk-composer] branch bump created (now 2923ab6)

This is an automated email from the ASF dual-hosted git repository.

tardieu pushed a change to branch bump
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git.


      at 2923ab6  Bump openwhisk-client-js version to 3.20

This branch includes the following new commits:

     new 2923ab6  Bump openwhisk-client-js version to 3.20

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-composer] 01/01: Bump openwhisk-client-js version to 3.20

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tardieu pushed a commit to branch bump
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer.git

commit 2923ab661ee1a61f27923da40d2a99c7a4d679d9
Author: Olivier Tardieu <ta...@users.noreply.github.com>
AuthorDate: Thu Nov 14 13:04:52 2019 -0500

    Bump openwhisk-client-js version to 3.20
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8893761..4affc82 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
   ],
   "dependencies": {
     "minimist": "^1.2.0",
-    "openwhisk": "^3.18.0",
+    "openwhisk": "^3.20.0",
     "terser": "^3.8.2"
   },
   "devDependencies": {