* 0.1.54: queue for http; disable fallback from IPFS to http://ipfs.io

This commit is contained in:
Mitra Ardron 2019-06-21 23:06:37 +10:00
parent a8643d275b
commit 5811c95eeb
3 changed files with 24 additions and 23 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes
* 0.1.54: queue for http; disable fallback from IPFS to http://ipfs.io
* 0.1.53: Reenable Wolk as fixed
* 0.1.52: Gun fixes but off by default https://github.com/internetarchive/dweb-archive/issues/106
* 0.1.51: Temporary fix to GUN failures by adding wait:2000

File diff suppressed because one or more lines are too long

View File

@ -53,5 +53,5 @@
"test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
},
"version": "0.1.53"
"version": "0.1.54"
}