Skip to content

Commit 99564df

Browse files
committed
build: bump package version to v1.6.1
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent bf1200a commit 99564df

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
To check the difference between the last releaes and the latest dev status, click the link above.
1111

12+
## [1.6.1] - 2024-01-11
13+
14+
### Fixed
15+
16+
1. Commit will wait until transaction is mined. (#29)
17+
1218
## [1.6.0] - 2023-10-03
1319

1420
### Added
@@ -50,7 +56,8 @@ To check the difference between the last releaes and the latest dev status, clic
5056

5157
1. Change default network in registration action from Avalanche to Jade
5258

53-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.6.0...HEAD
59+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.6.1...HEAD
60+
[1.6.1]: https://github.com/numbersprotocol/capture-lite/compare/1.6.0...1.6.1
5461
[1.6.0]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...1.6.0
5562
[1.5.0]: https://github.com/numbersprotocol/capture-lite/compare/1.4.0...1.5.0
5663
[1.4.0]: https://github.com/numbersprotocol/capture-lite/compare/1.3.0...1.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numbersprotocol/nit",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "git for web3 digital asset",
55
"main": "lib/nit.js",
66
"repository": "https://github.com/numbersprotocol/nit",

0 commit comments

Comments
 (0)