This is an automated email from the ASF dual-hosted git repository.
style95 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 d83f6c1 bump version of openwhisk-client-js to 3.21.1 (#68)
d83f6c1 is described below
commit d83f6c15a2a8447fdb4e1a7164e15d7a69927194
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 12 21:05:08 2020 -0500
bump version of openwhisk-client-js to 3.21.1 (#68)
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 778ffc0..a6e0a10 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
],
"dependencies": {
"minimist": "^1.2.0",
- "openwhisk": "^3.20.0",
+ "openwhisk": "^3.21.1",
"terser": "^3.8.2"
},
"devDependencies": {