This commit is contained in:
shamb0t 2019-11-07 17:24:10 +00:00
parent 9573ab66c5
commit e871fd2bb1
3 changed files with 729 additions and 574 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.22.1
- Thanks to [#712](https://github.com/orbitdb/orbit-db/pull/712) from @kolessios, as well as the efforts of @BartKnucle and @durac :heart:, OrbitDB now works on Windows :tada: We invite our Windows friends to try it out!
- Several submodules are now exposed in the OrbitDB class ([#717](https://github.com/orbitdb/orbit-db/pull/717), thanks @hazae41)
## v0.22.0
Up to 10x Performance Increase in Appends :tada:

1296
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "orbit-db",
"version": "0.22.0",
"version": "0.22.1",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",