Skip to content

Commit c51a0a6

Browse files
authored
prep for 1.23.0 release (#254)
1 parent 856cc91 commit c51a0a6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime Node.js
2-
Copyright 2016-2023 The Apache Software Foundation
2+
Copyright 2016-2024 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

core/nodejs18Action/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# NodeJS 18 OpenWhisk Runtime Container
2121

22+
# Apache 1.23
23+
- Update express from 4.17.3 to 4.19.2 (#252)
24+
- Use openwhisk-client-js 3.21.8 (#248)
25+
2226
# Apache 1.22
2327
- Make 'npm install' during init configurable. (#240)
2428
- Add support for Node.js 20 (#239)
@@ -27,5 +31,5 @@
2731
# Apache 1.21
2832
- Initial release with support for Node.js v1.18
2933

30-
Node.js version = [18.16.0](https://nodejs.org/en/blog/release/v18.16.0/)
34+
Node.js version = [18.20.0](https://nodejs.org/en/blog/release/v18.20.0/)
3135
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)

core/nodejs20Action/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919

2020
# NodeJS 20 OpenWhisk Runtime Container
2121

22+
# Apache 1.23
23+
- Update express from 4.17.3 to 4.19.2 (#252)
24+
- Use openwhisk-client-js 3.21.8 (#248)
25+
2226
# Apache 1.22
2327
- Initial release with support for Node.js v1.20
2428

25-
Node.js version = [20.3.0](https://nodejs.org/en/blog/release/v20.3.0/)
26-
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)
29+
Node.js version = [20.17.0](https://nodejs.org/en/blog/release/v20.17.0/)
30+
OpenWhisk version = [OpenWhisk v3.21.8](https://www.npmjs.com/package/openwhisk)

0 commit comments

Comments
 (0)