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

Commit 1ba2a18

Browse files
committed
chore: release version v4.0.0
1 parent 79c69ea commit 1ba2a18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="4.0.0"></a>
2+
# [4.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v3.0.0...v4.0.0) (2020-08-06)
3+
4+
5+
### Bug Fixes
6+
7+
* require passing repo options to migrator ([#31](https://github.com/ipfs/js-ipfs-repo-migrations/issues/31)) ([725f821](https://github.com/ipfs/js-ipfs-repo-migrations/commit/725f821))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* - `migrator.migrate(path, version, opts)` has changed to `migrator.migrate(path, repoOpts, version, opts)`
13+
- `migrator.revert(path, version, opts)` has changed to `migrator.revert(path, repoOpts, version, opts)`
14+
15+
16+
117
<a name="3.0.0"></a>
218
# [3.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v2.0.1...v3.0.0) (2020-08-05)
319

0 commit comments

Comments
 (0)