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

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

### Features

* add cached modules support with leveldb/indexeddb ([6e148c1](6e148c1e0a))
This commit is contained in:
semantic-release-bot 2023-09-13 00:37:53 +00:00
parent ec00928dc7
commit 2b45f68957
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# [0.1.0-develop.17](https://git.lumeweb.com/LumeWeb/kernel/compare/v0.1.0-develop.16...v0.1.0-develop.17) (2023-09-13)
### Features
* add cached modules support with leveldb/indexeddb ([6e148c1](https://git.lumeweb.com/LumeWeb/kernel/commit/6e148c1e0a761ac1b253074c150b61d356285560))
# [0.1.0-develop.16](https://git.lumeweb.com/LumeWeb/kernel/compare/v0.1.0-develop.15...v0.1.0-develop.16) (2023-09-11)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"dependencies": {
"@lumeweb/libkernel": "0.1.0-develop.53"
},

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/kernel",
"version": "0.1.0-develop.16",
"version": "0.1.0-develop.17",
"type": "module",
"repository": {
"type": "git",