Skip to content

Commit 95f66ca

Browse files
authored
Prep for 3.21.7 release (#249)
1 parent 4a7a674 commit 95f66ca

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

2020
# Changelog
2121

22+
## v3.21.7
23+
Update dependencies
24+
2225
## v3.21.6
2326

2427
fix: Do not modify input params. (#231)

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Client Js
2-
Copyright 2016-2021 The Apache Software Foundation
2+
Copyright 2016-2022 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

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