Skip to content

Commit bbbb43f

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

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.0] - 2023-10-03
13+
14+
### Added
15+
16+
1. Add initial registration action for IOTA.
17+
1218
## [1.5.0] - 2023-06-15
1319

1420
### Changed
@@ -44,7 +50,8 @@ To check the difference between the last releaes and the latest dev status, clic
4450

4551
1. Change default network in registration action from Avalanche to Jade
4652

47-
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...HEAD
53+
[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.6.0...HEAD
54+
[1.6.0]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...1.6.0
4855
[1.5.0]: https://github.com/numbersprotocol/capture-lite/compare/1.4.0...1.5.0
4956
[1.4.0]: https://github.com/numbersprotocol/capture-lite/compare/1.3.0...1.4.0
5057
[1.3.0]: https://github.com/numbersprotocol/capture-lite/compare/1.2.9...1.3.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.5.0",
3+
"version": "1.6.0",
44
"description": "git for web3 digital asset",
55
"main": "lib/nit.js",
66
"repository": "https://github.com/numbersprotocol/nit",

0 commit comments

Comments
 (0)