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

Commit 00aca7a

Browse files
committed
Migration matrix update
License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
1 parent 41c529a commit 00aca7a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ The recommended way to write a new migration is to first bootstrap an dummy migr
160160
Afterwards new folder is created with bootstrapped migration. You can then simply fill in the required fields and
161161
write the rest of migration!
162162

163+
Don't forget to update the Migration matrix in the README.md!
164+
163165
The `node_modules` of the migration should be committed to the repo to ensure that the dependencies are resolved even in
164166
far future, when the package might be removed from registry.
165167

@@ -209,9 +211,10 @@ This will create empty migration with next version in line.
209211

210212
### Migrations matrix
211213

212-
| IPFS repo version | JS IPFS version |
213-
| -----------------: |:----------------:|
214-
| 7 | v0.0.0 - latest |
214+
| IPFS repo version | JS IPFS version |
215+
| -----------------: |:-----------------:|
216+
| 7 | v0.0.0 - v0.35.0 |
217+
| 8 | v0.35.0 - latest |
215218

216219

217220
## API

0 commit comments

Comments
 (0)