You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2021/11/03 06:52:45 UTC

[openwhisk-client-js] branch master updated: Package 3.21.5 (#229)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cb4b147  Package 3.21.5 (#229)
cb4b147 is described below

commit cb4b147ada707fddc34f37a5bdc4413eb06b2474
Author: Cosmin Stanciu <se...@users.noreply.github.com>
AuthorDate: Tue Nov 2 20:52:41 2021 -1000

    Package 3.21.5 (#229)
    
    * Prep for 3.21.5 release
    * Lock file
---
 CHANGELOG.md      | 5 +++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a851aa..fa10357 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # Changelog
 
+## v3.21.5
+
+Support client retries (#227)
+Adding missing properties to Exec TS defs (#225)
+
 ## v3.21.4
 
 Adding missing main property to Exec type (#222)
diff --git a/package-lock.json b/package-lock.json
index 3994504..f1c93ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.4",
+  "version": "3.21.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index f16c73d..d576f34 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.4",
+  "version": "3.21.5",
   "description": "JavaScript client library for the Apache OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",