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

Commit 7b5f130

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

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
@@ -146,6 +146,8 @@ The recommended way to write a new migration is to first bootstrap an dummy migr
146146
Afterwards new folder is created with bootstrapped migration. You can then simply fill in the required fields and
147147
write the rest of migration!
148148

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

@@ -176,9 +178,10 @@ This will create empty migration with next version in line.
176178

177179
### Migrations matrix
178180

179-
| IPFS repo version | JS IPFS version |
180-
| -----------------: |:----------------:|
181-
| 7 | v0.0.0 - latest |
181+
| IPFS repo version | JS IPFS version |
182+
| -----------------: |:-----------------:|
183+
| 7 | v0.0.0 - v0.35.0 |
184+
| 8 | v0.35.0 - latest |
182185

183186

184187
## API

0 commit comments

Comments
 (0)