chore(release): 0.1.0-develop.1 [skip ci]

# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/compare/v0.0.2-develop.1...v0.1.0-develop.1) (2023-07-23)

### Bug Fixes

* await swarm.join ([f08c87c](f08c87c184))
* need to override protomux with our kernel-protomux-client ([61050a5](61050a5a05))

### Features

* add registry api for use with network registry ([f5ce851](f5ce8518bb))
* add status api ([024c810](024c810edf))
This commit is contained in:
semantic-release-bot 2023-07-23 12:57:54 +00:00
parent 024c810edf
commit 6c5bf40bd1
3 changed files with 17 additions and 3 deletions

View File

@ -1 +1,15 @@
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/compare/v0.0.2-develop.1...v0.1.0-develop.1) (2023-07-23)
### Bug Fixes
* await swarm.join ([f08c87c](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/commit/f08c87c1845b7561c9aea1f7c21cf1f5528f92b7))
* need to override protomux with our kernel-protomux-client ([61050a5](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/commit/61050a5a054686c65a4e1e58035e39b6e37c25d6))
### Features
* add registry api for use with network registry ([f5ce851](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/commit/f5ce8518bb5261fbf25d5281c9f31ead99d735fd))
* add status api ([024c810](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/commit/024c810edf8a9f57693d89d44c785306d3edee89))
## [0.0.2-develop.1](https://git.lumeweb.com/LumeWeb/kernel-handshake-node/compare/v0.0.1...v0.0.2-develop.1) (2023-07-06)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/kernel-handshake-node",
"version": "0.0.2-develop.1",
"version": "0.1.0-develop.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/kernel-handshake-node",
"version": "0.0.2-develop.1",
"version": "0.1.0-develop.1",
"hasInstallScript": true,
"dependencies": {
"@i2labs/dns": "^1.0.1",

View File

@ -10,7 +10,7 @@
"email": "contact@lumeweb.com"
},
"type": "module",
"version": "0.0.2-develop.1",
"version": "0.1.0-develop.1",
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",