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

[openwhisk-client-js] branch master updated: Package 3.21.6 (#232)

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

dgrove 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 1aba396  Package 3.21.6 (#232)
1aba396 is described below

commit 1aba396e8a59afd5a90acb8157f2009746d7a714
Author: Cosmin Stanciu <se...@users.noreply.github.com>
AuthorDate: Mon Dec 27 04:28:06 2021 -1000

    Package 3.21.6 (#232)
---
 CHANGELOG.md      | 4 ++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa10357..2b4dfe9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Changelog
 
+## v3.21.6
+
+fix: Do not modify input params. (#231)
+
 ## v3.21.5
 
 Support client retries (#227)
diff --git a/package-lock.json b/package-lock.json
index f1c93ba..33efc22 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.5",
+  "version": "3.21.6",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d576f34..9166443 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.5",
+  "version": "3.21.6",
   "description": "JavaScript client library for the Apache OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",