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",