Skip to content

Commit cb4b147

Browse files
authored
Package 3.21.5 (#229)
* Prep for 3.21.5 release * Lock file
1 parent 4dfc896 commit cb4b147

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

2020
# Changelog
2121

22+
## v3.21.5
23+
24+
Support client retries (#227)
25+
Adding missing properties to Exec TS defs (#225)
26+
2227
## v3.21.4
2328

2429
Adding missing main property to Exec type (#222)

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.4",
3+
"version": "3.21.5",
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)