Skip to content

Commit db66300

Browse files
Version Packages
1 parent b3975e2 commit db66300

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/quiet-ways-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-items-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# kysely-data-api
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#43](https://github.com/anomalyco/kysely-data-api/pull/43) [`f1de155`](https://github.com/anomalyco/kysely-data-api/commit/f1de155f0d38f3ec58fa61654403fcf76c1ea4ad) Thanks [@omikader](https://github.com/omikader)! - fix(driver): return Object for JSON columns and imply UTC for timestampz
8+
9+
### Patch Changes
10+
11+
- [#44](https://github.com/anomalyco/kysely-data-api/pull/44) [`b3975e2`](https://github.com/anomalyco/kysely-data-api/commit/b3975e2c4ce9854ebd2ab0e0db5779970f73f420) Thanks [@iloewensen](https://github.com/iloewensen)! - use or-operator to fix postgres introspector
12+
313
## 1.0.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kysely-data-api",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"repository": "git@github.com:serverless-stack/kysely-data-api.git",
55
"module": "./dist/esm/index.js",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)