This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new 9e8923a prep for 3.21.8 release (#269)
9e8923a is described below
commit 9e8923a80b532291ecf94f683d5be37d5008e182
Author: David Grove <[email protected]>
AuthorDate: Tue Nov 28 08:30:03 2023 -0500
prep for 3.21.8 release (#269)
+ Update NOTICE year
+ Bump version in package.json/package-lock.json
---
CHANGELOG.md | 4 ++++
NOTICE.txt | 2 +-
package-lock.json | 4 ++--
package.json | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55a6fe3..8021f42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,10 @@
# Changelog
+## v3.21.8
+Update dependencies
+Switched CI from Travis to GitHub Actions
+
## v3.21.7
Update dependencies
diff --git a/NOTICE.txt b/NOTICE.txt
index fa35079..08091f4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache OpenWhisk Client Js
-Copyright 2016-2022 The Apache Software Foundation
+Copyright 2016-2023 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/package-lock.json b/package-lock.json
index f3f2ecc..4834531 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "openwhisk",
- "version": "3.21.7",
+ "version": "3.21.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openwhisk",
- "version": "3.21.7",
+ "version": "3.21.8",
"license": "Apache-2.0",
"dependencies": {
"async-retry": "^1.3.3",
diff --git a/package.json b/package.json
index 836a1e9..da6b514 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openwhisk",
- "version": "3.21.7",
+ "version": "3.21.8",
"description": "JavaScript client library for the Apache OpenWhisk platform",
"main": "lib/main.js",
"typings": "lib/main.d.ts",