This commit is contained in:
Mitra Ardron 2019-06-21 18:29:00 +10:00
parent f8a863ed9c
commit d9a6b5642e
3 changed files with 31 additions and 30 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes ### Release Notes
* 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 * 0.1.51: Temporary fix to GUN failures by adding wait:2000
* 0.1.50: Update to GUN's new bizarre version numbering. * 0.1.50: Update to GUN's new bizarre version numbering.
* 0.1.49: Disable WOLK - currently failing * 0.1.49: Disable WOLK - currently failing

File diff suppressed because one or more lines are too long

View File

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