Skip to content

Commit 9e8923a

Browse files
authored
prep for 3.21.8 release (#269)
+ Update NOTICE year + Bump version in package.json/package-lock.json
1 parent 2ded801 commit 9e8923a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Changelog
2121

22+
## v3.21.8
23+
Update dependencies
24+
Switched CI from Travis to GitHub Actions
25+
2226
## v3.21.7
2327
Update dependencies
2428

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Client Js
2-
Copyright 2016-2022 The Apache Software Foundation
2+
Copyright 2016-2023 The Apache Software Foundation
33

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openwhisk",
3-
"version": "3.21.7",
3+
"version": "3.21.8",
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)