v0.1.45: Fix mergeoptions and update ipfs cache id

This commit is contained in:
Mitra Ardron 2019-05-19 15:46:19 +10:00
parent f25d520326
commit 5930809ad1
3 changed files with 4 additions and 3 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.45: Fix mergeoptions and update ipfs cache id
* 0.1.44: hooks to allow react-based UI in dweb-archive (via IAUX)
* 0.1.43: Add WebTorrent seeding
* 0.1.42: Better behavior when cant see gateway

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.44"
"version": "0.1.45"
}