Add @cosmjs/cosmwasm compatibility table with semver version ranges

[ci skip]
This commit is contained in:
Simon Warta 2020-06-30 08:31:28 +02:00
parent 73b2b27b0f
commit bcbcf91fda

View File

@ -6,10 +6,10 @@ An SDK to build CosmWasm clients.
## Compatibility
| CosmJS | CosmWasm | x/wasm |
| ------ | -------- | ------ |
| 0.21 | 0.9 | 0.9 |
| 0.20 | 0.8 | 0.8 |
| CosmWasm | x/wasm | @cosmjs/cosmwasm |
| -------- | ------ | ---------------- |
| 0.9 | 0.9 | `^0.21.0` |
| 0.8 | 0.8 | `^0.20.1` |
## License