-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f74c4e
commit a2e59bc
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
## [5.0.0](https://github.com/Airfordable/mgdb-migrator/compare/v4.0.1...v5.0.0) (2025-01-13) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* make mongodb a peer dependency | ||
* Drop support for node <= 12 | ||
|
||
### Features | ||
|
||
* make mongodb a peer dependency ([25bd088](https://github.com/Airfordable/mgdb-migrator/commit/25bd0884fb6af97f0a1ba3945b4627fce522ea87)) | ||
* support mongodb v5 ([2d2acc4](https://github.com/Airfordable/mgdb-migrator/commit/2d2acc48f16f5c0d9361efcc25b0996707088418)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use `assert` instead of the `type-check` package ([0e081dd](https://github.com/Airfordable/mgdb-migrator/commit/0e081ddd974cd124de56898e6b0f9d7c27beba35)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* drop support for node <= 12 ([2c83cc3](https://github.com/Airfordable/mgdb-migrator/commit/2c83cc39ae142c1cf1e34757103a437a2631a615)) |