You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/11/05 17:33:59 UTC

[openwhisk-composer] branch master updated: bump openwhisk-client-js version to 3.21.3 (#73)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a38195e  bump openwhisk-client-js version to 3.21.3 (#73)
a38195e is described below

commit a38195e75913aa0c14fe9991ae98ffbce9806c46
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Nov 5 12:24:31 2020 -0500

    bump openwhisk-client-js version to 3.21.3 (#73)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a6e0a10..a91850d 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
   ],
   "dependencies": {
     "minimist": "^1.2.0",
-    "openwhisk": "^3.21.1",
+    "openwhisk": "^3.21.3",
     "terser": "^3.8.2"
   },
   "devDependencies": {