Skip to content

Commit 77f7c8f

Browse files
authored
prep for 3.21.3 release (#216)
1 parent 3a03399 commit 77f7c8f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

2020
# Changelog
2121

22+
## v3.21.3
23+
24+
* Relax action kind typing (#215)
25+
2226
## v3.21.2
2327

2428
* Allow custom headers (#209)

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