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

Commit 298a408

Browse files
Release v2.2.12 (#577)
Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 501c45b commit 298a408

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-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.12-snapshot",
4-
"tag": "unstable-2.2",
3+
"version": "2.2.12",
4+
"tag": "latest",
55
"main": "index.js",
66
"private": true,
77
"repository": {

release_notes/v2.2.12.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Release Notes
2+
-------------
3+
This v2.2.12 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 bug fixes and dependency updates.
11+
12+
Changes in this release:
13+
14+
- Numeric and boolean configuration properties can be set using environment variables.
15+
- Support for Node 16 LTS.
16+
- Looser Node version requirements.

0 commit comments

Comments
 (0)