From 65e8aa1b8213b431501765e81e8889da189386b3 Mon Sep 17 00:00:00 2001 From: David Grove Date: Mon, 27 Nov 2023 20:58:25 -0500 Subject: [PATCH] prep for 3.21.8 release + 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",