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/10/31 04:27:13 UTC

[openwhisk-client-js] branch master updated: prep for 3.21.3 release (#216)

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-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 77f7c8f  prep for 3.21.3 release (#216)
77f7c8f is described below

commit 77f7c8fd2947517ea6e4d138c562179d13f549b2
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 31 00:27:03 2020 -0400

    prep for 3.21.3 release (#216)
---
 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 917b2d6..6a8d69b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # Changelog
 
+## v3.21.3
+
+* Relax action kind typing (#215)
+
 ## v3.21.2
 
 * Allow custom headers (#209)
diff --git a/package-lock.json b/package-lock.json
index 719d5b0..2502c6f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.2",
+  "version": "3.21.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index bbb2a62..100fb1d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.2",
+  "version": "3.21.3",
   "description": "JavaScript client library for the Apache OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",