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 33fc4d0  Prep for 3.21.4 release. (#223)
33fc4d0 is described below

commit 33fc4d0f3b066f30abe7700306c9fe09a10ee046
Author: rodric rabbah <[email protected]>
AuthorDate: Fri Apr 30 13:45:52 2021 -0400

    Prep for 3.21.4 release. (#223)
---
 CHANGELOG.md      | 6 ++++++
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a8d69b..0a851aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,12 @@
 
 # Changelog
 
+## v3.21.4
+
+Adding missing main property to Exec type (#222)
+chore: Fix spelling errors (#219)
+Add concurrency to the limits map to allow the client to request conrrency 
limits (#218)
+
 ## v3.21.3
 
 * Relax action kind typing (#215)
diff --git a/package-lock.json b/package-lock.json
index 2502c6f..8bb56ed 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.3",
+  "version": "3.21.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 100fb1d..be9c689 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.21.3",
+  "version": "3.21.4",
   "description": "JavaScript client library for the Apache OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",

Reply via email to