diff --git a/.changeset/empty-colts-begin.md b/.changeset/empty-colts-begin.md deleted file mode 100644 index f8cd019..0000000 --- a/.changeset/empty-colts-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kysely-data-api": patch ---- - -Update pnpm-lock.yaml diff --git a/.changeset/tall-goats-destroy.md b/.changeset/tall-goats-destroy.md deleted file mode 100644 index 31e4491..0000000 --- a/.changeset/tall-goats-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kysely-data-api": patch ---- - -Fix build and test with latest Kysely diff --git a/CHANGELOG.md b/CHANGELOG.md index 475cc3b..95be961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # kysely-data-api +## 1.0.1 + +### Patch Changes + +- [#41](https://github.com/sst/kysely-data-api/pull/41) [`6158bd5`](https://github.com/sst/kysely-data-api/commit/6158bd5bb370231ec460c8d7965dc24d1f482092) Thanks [@woconnor](https://github.com/woconnor)! - Update pnpm-lock.yaml + +- [#40](https://github.com/sst/kysely-data-api/pull/40) [`9642337`](https://github.com/sst/kysely-data-api/commit/96423370aa7b50c2fde1ff4fde95a64011e40b58) Thanks [@woconnor](https://github.com/woconnor)! - Fix build and test with latest Kysely + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index dbe790c..258316c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kysely-data-api", - "version": "1.0.0", + "version": "1.0.1", "repository": "git@github.com:serverless-stack/kysely-data-api.git", "module": "./dist/esm/index.js", "main": "./dist/cjs/index.js",