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

Commit 631b1a6

Browse files
committed
Migration matrix update
License: MIT Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
1 parent d45922e commit 631b1a6

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

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

179181
### Migrations matrix
180182

181-
| IPFS repo version | JS IPFS version |
182-
| -----------------: |:----------------:|
183-
| 7 | v0.0.0 - latest |
183+
| IPFS repo version | JS IPFS version |
184+
| -----------------: |:-----------------:|
185+
| 7 | v0.0.0 - v0.35.0 |
186+
| 8 | v0.35.0 - latest |
184187

185188

186189
## API

0 commit comments

Comments
 (0)