diff --git a/CHANGELOG.md b/CHANGELOG.md index d95cd46..9482815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.2.0-develop.1](https://git.lumeweb.com/LumeWeb/libweb/compare/v0.1.3...v0.2.0-develop.1) (2023-06-23) + + +### Bug Fixes + +* need to add dom support to TS ([738c3f1](https://git.lumeweb.com/LumeWeb/libweb/commit/738c3f12cfb49456fbcdd433b3f4bd30daa031b7)) + + +### Features + +* add deriveChildKey function ([d7cdaaf](https://git.lumeweb.com/LumeWeb/libweb/commit/d7cdaaf316d4d26ed44860701376d18030030708)) +* add portal management apis ([d340447](https://git.lumeweb.com/LumeWeb/libweb/commit/d340447aba098dbac6163bfbacca0429323e6e45)) +* implement initial download method ([7c07211](https://git.lumeweb.com/LumeWeb/libweb/commit/7c07211356497ed36119d32943c46cb2e268b30f)) + ## [0.1.3](https://git.lumeweb.com/LumeWeb/libweb/compare/v0.1.2...v0.1.3) (2023-06-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index efe3de5..500cb90 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@lumeweb/libweb", - "version": "0.1.3", + "version": "0.2.0-develop.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lumeweb/libweb", - "version": "0.1.3", + "version": "0.2.0-develop.1", "dependencies": { "@lumeweb/libportal": "^0.2.0-develop.2", "@noble/curves": "^1.1.0", diff --git a/package.json b/package.json index 2a08eaf..576ecc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lumeweb/libweb", - "version": "0.1.3", + "version": "0.2.0-develop.1", "main": "lib/index.js", "type": "module", "repository": {