Skip to content

Commit

Permalink
Release version 2.2.16
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Nov 24, 2022
1 parent b343c18 commit 3ae64c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-sdk-node",
"version": "2.2.16-snapshot",
"tag": "unstable-2.2",
"version": "2.2.16",
"tag": "latest",
"main": "index.js",
"private": true,
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions release_notes/v2.2.16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Release Notes
-------------
This v2.2.16 version is the latest of the v2.2 long-term support (LTS) release
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous
v2.x releases. Please see the Fabric LTS release strategy document for more
information on LTS releases:

https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md

This is a maintenance release containing the following changes:

- Downgrade nano dependency (used only for CouchDB wallets) to maintain
compatibility with Node 10 and 12.
- Add support for Node 18 LTS.

0 comments on commit 3ae64c8

Please sign in to comment.