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-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new c60a667  prep for 1.21.0 release (#246)
c60a667 is described below

commit c60a6676375d85878c658412162004848c19f965
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 18 14:10:41 2023 -0400

    prep for 1.21.0 release (#246)
---
 core/nodejs18Action/CHANGELOG.md | 5 +++++
 core/nodejs20Action/CHANGELOG.md | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/core/nodejs18Action/CHANGELOG.md b/core/nodejs18Action/CHANGELOG.md
index d30378f..9842060 100644
--- a/core/nodejs18Action/CHANGELOG.md
+++ b/core/nodejs18Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 18 OpenWhisk Runtime Container
 
+# Apache 1.22
+- Make 'npm install' during init configurable. (#240)
+- Add support for Node.js 20 (#239)
+- Make error loging clearer (#238)
+
 # Apache 1.21
   - Initial release with support for Node.js v1.18
 
diff --git a/core/nodejs20Action/CHANGELOG.md b/core/nodejs20Action/CHANGELOG.md
index d9fc22e..b2e34ad 100644
--- a/core/nodejs20Action/CHANGELOG.md
+++ b/core/nodejs20Action/CHANGELOG.md
@@ -19,8 +19,8 @@
 
 # NodeJS 20 OpenWhisk Runtime Container
 
-# Next Release
-  - Initial release with support for Node.js v1.18
+# Apache 1.22
+  - Initial release with support for Node.js v1.20
 
 Node.js version = [20.3.0](https://nodejs.org/en/blog/release/v20.3.0/)
 OpenWhisk version = [OpenWhisk 
v3.21.7](https://www.npmjs.com/package/openwhisk)

Reply via email to