Skip to content

Commit

Permalink
Release v2.2.12 (#577)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed May 12, 2022
1 parent 501c45b commit 298a408
Show file tree
Hide file tree
Showing 2 changed files with 18 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.12-snapshot",
"tag": "unstable-2.2",
"version": "2.2.12",
"tag": "latest",
"main": "index.js",
"private": true,
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions release_notes/v2.2.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Release Notes
-------------
This v2.2.12 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 bug fixes and dependency updates.

Changes in this release:

- Numeric and boolean configuration properties can be set using environment variables.
- Support for Node 16 LTS.
- Looser Node version requirements.

0 comments on commit 298a408

Please sign in to comment.