diff --git a/VERSIONS.md b/VERSIONS.md index 53d1add..323eb61 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,8 +1,18 @@ # dapp-browser + ## Next Version ### Features + +### Fixes + +### Deprecations + + +## Version 2.8.0 +### Features - start routing directly on dapp-browser load, so cached ens addresses can be directly resolved from ipfs, without waiting for bcc +- enable `cached-dapp` dbcp type to get better initial loading speed ### Fixes - add `hidden` class to `initial-loading` only when it was not added before diff --git a/package.json b/package.json index 52002de..3ad5f0e 100644 --- a/package.json +++ b/package.json @@ -135,5 +135,5 @@ "serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build" }, "types": "runtime/build/main.d.ts", - "version": "2.7.0" -} + "version": "2.8.0" +} \ No newline at end of file