Add breaking change
This commit is contained in:
parent
9e33e53caa
commit
62e445c1e6
|
@ -1 +1 @@
|
|||
Subproject commit aca3c9b6b5170d35a255ceb89e57a21719f5ed29
|
||||
Subproject commit 3209cd835bdd85531ea3f4f278084b1184ef0224
|
|
@ -57,3 +57,5 @@ import * as db from "./db"
|
|||
export const init = (opts: any = {}) => {
|
||||
db.init(opts.db)
|
||||
}
|
||||
|
||||
export function breakingChange() {}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 992486c10044a7495496b97bdf5f454d4020bfba
|
||||
Subproject commit c3e2d3d85fd221a3d07f467a8f3a0794935b9b28
|
Loading…
Reference in New Issue