Skip to content

Commit 8757b1a

Browse files
Version Packages (#26)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02b7e77 commit 8757b1a

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/orange-jobs-grab.md

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

.changeset/tame-pants-impress.md

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

CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [`d296d2c`](https://github.com/serverless-stack/kysely-data-api/commit/d296d2c9500d622e706f4e42402d9b84de072688) Thanks [@thdxr](https://github.com/thdxr)! - Use forked postgres-introspector
8+
9+
- [#24](https://github.com/serverless-stack/kysely-data-api/pull/24) [`d5d5e5a`](https://github.com/serverless-stack/kysely-data-api/commit/d5d5e5aa6de7d8ad3381b8e599ad52846dbcc611) Thanks [@igalklebanov](https://github.com/igalklebanov)! - arrayValue fields will now be unmarshalled so consumers will get JS arrays.
10+
311
## 0.2.0
412

513
### Minor 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": "0.2.0",
3+
"version": "0.2.1",
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)