Skip to content

Commit 0d60e13

Browse files
grusitecvburgess
andauthored
v2.0.0 - Fix knex typing (#73)
Co-authored-by: Charles Burgess <consulting@cvburgess.com>
1 parent 2804652 commit 0d60e13

File tree

4 files changed

+164
-292
lines changed

4 files changed

+164
-292
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.0.0 - 03-15-2022
4+
5+
- Update imports to match [Knex v0.95+](https://github.com/knex/knex/blob/master/UPGRADING.md#upgrading-to-version-0950) ( Thanks @grusite )
6+
37
## v1.6.0 - 10-04-2021
48

59
- Migrate knex to a peerDependencies ( Thanks @roy-coder )

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Knex from "knex";
1+
import { Knex } from "knex";
22
import { DataSource } from "apollo-datasource";
33

44
declare module "knex" {

0 commit comments

Comments
 (0)