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

Commit 461b43e

Browse files
Fabn 1693 reset snapshot 1.4.18 (#422)
Signed-off-by: lesleyannj <lesleyannj@hotmail.com>
1 parent 4ca22aa commit 461b43e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thu Jan 14 09:47:48 EST 2021
77
* [02fe7d8d](https://github.com/hyperledger/fabric-sdk-node/commit/02fe7d8d) [[FABN-1591](https://jira.hyperledger.org/browse/FABN-1591)] Document Release Process (#409)
88
* [3d45bc20](https://github.com/hyperledger/fabric-sdk-node/commit/3d45bc20) [[FABN-1591](https://jira.hyperledger.org/browse/FABN-1591)] Document Release Process (#404)
99

10-
## 1.4.16
10+
## v1.4.16
1111
Wed 16 Dec 17:22:55 GMT 2020
1212

1313
* [bdb6c0a0](https://github.com/hyperledger/fabric-sdk-node/commit/bdb6c0a0) [[FABN-1680](https://jira.hyperledger.org/browse/FABN-1680)] Update dependency (#396)

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check top level `package.json` file properties **version** and **tag** are one a
1111
- Create a jira for publish - publish v1.4.16.
1212
- Run `scripts/changelog.sh` script from the project root directory. It takes two arguments; last release commit hash and next release version number - `./scripts/changelog.sh <commithash> 1.4.16`.
1313
- Update the **version** and **tag** properties in the top-level `package.json` file to be the appropriate values - next release version *1.4.16* and release npm tag *latest-1.4*.
14-
- Create `release_notes/v1.4.16.txt` file with appropriate text - "This is a mainenance release containing bug fixes".
14+
- Create `release_notes/v1.4.16.txt` file with appropriate text - "This is a maintenance release containing bug fixes".
1515
- Git add, submit, push and create PR. The build once the PR is merged will do the npm publishing. Check it has npm published at https://www.npmjs.com/package/fabric-client and https://www.npmjs.com/package/fabric-common
1616

1717
## Tag Release

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": "1.4.17",
4-
"tag": "latest-1.4",
3+
"version": "1.4.18-snapshot",
4+
"tag": "unstable-1.4",
55
"main": "index.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)