This is an automated email from the ASF dual-hosted git repository. selfxp pushed a commit to branch prep-3.21.9-release in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
commit 07ac5ed7bc320a8726abbecd889ddbccb9270eac Author: Cosmin Stanciu <[email protected]> AuthorDate: Mon May 11 14:38:24 2026 -1000 Prepare 3.21.9 release --- CHANGELOG.md | 3 +++ NOTICE.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8021f42..ba65ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ # Changelog +## v3.21.9 +Replace deprecated url.parse usage with WHATWG URL API (#282) + ## v3.21.8 Update dependencies Switched CI from Travis to GitHub Actions diff --git a/NOTICE.txt b/NOTICE.txt index 08091f4..855399f 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache OpenWhisk Client Js -Copyright 2016-2023 The Apache Software Foundation +Copyright 2016-2026 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 4834531..511bb5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openwhisk", - "version": "3.21.8", + "version": "3.21.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openwhisk", - "version": "3.21.8", + "version": "3.21.9", "license": "Apache-2.0", "dependencies": { "async-retry": "^1.3.3", diff --git a/package.json b/package.json index da6b514..7e5b374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhisk", - "version": "3.21.8", + "version": "3.21.9", "description": "JavaScript client library for the Apache OpenWhisk platform", "main": "lib/main.js", "typings": "lib/main.d.ts",
