Skip to content

Commit

Permalink
Version Packages (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 27, 2024
1 parent b3975e2 commit 330a0e0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-ways-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-items-mix.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# kysely-data-api

## 2.0.0

### Major Changes

- [#43](https://github.com/sst/kysely-data-api/pull/43) [`f1de155`](https://github.com/sst/kysely-data-api/commit/f1de155f0d38f3ec58fa61654403fcf76c1ea4ad) Thanks [@omikader](https://github.com/omikader)! - fix(driver): return Object for JSON columns and imply UTC for timestampz

### Patch Changes

- [#44](https://github.com/sst/kysely-data-api/pull/44) [`b3975e2`](https://github.com/sst/kysely-data-api/commit/b3975e2c4ce9854ebd2ab0e0db5779970f73f420) Thanks [@iloewensen](https://github.com/iloewensen)! - use or-operator to fix postgres introspector

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely-data-api",
"version": "1.0.1",
"version": "2.0.0",
"repository": "[email protected]:serverless-stack/kysely-data-api.git",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 330a0e0

Please sign in to comment.