Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 0279fdc

Browse files
committed
Migration matrix update
License: MIT Signed-off-by: Adam Uhlir <[email protected]>
1 parent 7bb51b0 commit 0279fdc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ The recommended way to write a new migration is to first bootstrap an dummy migr
148148
Afterwards new folder is created with bootstrapped migration. You can then simply fill in the required fields and
149149
write the rest of migration!
150150

151+
Don't forget to update the Migration matrix in the README.md!
152+
151153
The `node_modules` of the migration should be committed to the repo to ensure that the dependencies are resolved even in
152154
far future, when the package might be removed from registry.
153155

@@ -184,9 +186,10 @@ This will create empty migration with next version in line.
184186

185187
### Migrations matrix
186188

187-
| IPFS repo version | JS IPFS version |
188-
| -----------------: |:----------------:|
189-
| 7 | v0.0.0 - latest |
189+
| IPFS repo version | JS IPFS version |
190+
| -----------------: |:-----------------:|
191+
| 7 | v0.0.0 - v0.35.0 |
192+
| 8 | v0.35.0 - latest |
190193

191194

192195
## API

0 commit comments

Comments
 (0)