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

# [0.1.0-develop.17](https://git.lumeweb.com/LumeWeb/hosted-kernel/compare/v0.1.0-develop.16...v0.1.0-develop.17) (2023-11-04)

### Bug Fixes

* correct handling of error code ([312f8ab](312f8ab43a))
* need to call sendAuthUpdate ([31cabc6](31cabc6c0a))
* need to use try/catch not if ([4e0021e](4e0021ef23))
This commit is contained in:
semantic-release-bot 2023-11-04 07:35:49 +00:00
parent 3fc08a1e84
commit b116388896
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# [0.1.0-develop.17](https://git.lumeweb.com/LumeWeb/hosted-kernel/compare/v0.1.0-develop.16...v0.1.0-develop.17) (2023-11-04)
### Bug Fixes
* correct handling of error code ([312f8ab](https://git.lumeweb.com/LumeWeb/hosted-kernel/commit/312f8ab43a5f781817e9b899a938719699c197c8))
* need to call sendAuthUpdate ([31cabc6](https://git.lumeweb.com/LumeWeb/hosted-kernel/commit/31cabc6c0a00ebb4e9379c4d81d7e4990457f2d3))
* need to use try/catch not if ([4e0021e](https://git.lumeweb.com/LumeWeb/hosted-kernel/commit/4e0021ef23f47ebc53b065b6221190786ccb6573))
# [0.1.0-develop.16](https://git.lumeweb.com/LumeWeb/hosted-kernel/compare/v0.1.0-develop.15...v0.1.0-develop.16) (2023-11-04)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/hosted-kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/hosted-kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"dependencies": {
"@lumeweb/libkernel": "^0.1.0-develop.67",
"@noble/ciphers": "^0.1.4",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/hosted-kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"type": "module",
"readme": "ERROR: No README data found!",
"repository": {