From bbbb43fedd61d6cc80d19fe14394b0d5d124e208 Mon Sep 17 00:00:00 2001 From: "Bofu Chen (bafu)" Date: Tue, 3 Oct 2023 18:58:48 +0800 Subject: [PATCH] build: bump package version to v1.6.0 Signed-off-by: Bofu Chen (bafu) --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7c604..95d335f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 To check the difference between the last releaes and the latest dev status, click the link above. +## [1.6.0] - 2023-10-03 + +### Added + +1. Add initial registration action for IOTA. + ## [1.5.0] - 2023-06-15 ### Changed @@ -44,7 +50,8 @@ To check the difference between the last releaes and the latest dev status, clic 1. Change default network in registration action from Avalanche to Jade -[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...HEAD +[unreleased]: https://github.com/numbersprotocol/capture-lite/compare/1.6.0...HEAD +[1.6.0]: https://github.com/numbersprotocol/capture-lite/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/numbersprotocol/capture-lite/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/numbersprotocol/capture-lite/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/numbersprotocol/capture-lite/compare/1.2.9...1.3.0 diff --git a/package.json b/package.json index 2a9b83a..2e78fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@numbersprotocol/nit", - "version": "1.5.0", + "version": "1.6.0", "description": "git for web3 digital asset", "main": "lib/nit.js", "repository": "https://github.com/numbersprotocol/nit",