Skip to content

Commit 33fc4d0

Browse files
authored
Prep for 3.21.4 release. (#223)
1 parent d366830 commit 33fc4d0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
# Changelog
2121

22+
## v3.21.4
23+
24+
Adding missing main property to Exec type (#222)
25+
chore: Fix spelling errors (#219)
26+
Add concurrency to the limits map to allow the client to request conrrency limits (#218)
27+
2228
## v3.21.3
2329

2430
* Relax action kind typing (#215)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openwhisk",
3-
"version": "3.21.3",
3+
"version": "3.21.4",
44
"description": "JavaScript client library for the Apache OpenWhisk platform",
55
"main": "lib/main.js",
66
"typings": "lib/main.d.ts",

0 commit comments

Comments
 (0)