Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 3ae64c8

Browse files
Release version 2.2.16
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent b343c18 commit 3ae64c8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-sdk-node",
3-
"version": "2.2.16-snapshot",
4-
"tag": "unstable-2.2",
3+
"version": "2.2.16",
4+
"tag": "latest",
55
"main": "index.js",
66
"private": true,
77
"repository": {

release_notes/v2.2.16.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Release Notes
2+
-------------
3+
This v2.2.16 version is the latest of the v2.2 long-term support (LTS) release
4+
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
5+
v2.x releases. Please see the Fabric LTS release strategy document for more
6+
information on LTS releases:
7+
8+
https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md
9+
10+
This is a maintenance release containing the following changes:
11+
12+
- Downgrade nano dependency (used only for CouchDB wallets) to maintain
13+
compatibility with Node 10 and 12.
14+
- Add support for Node 18 LTS.

0 commit comments

Comments
 (0)