Skip to content

Commit 063cc6f

Browse files
Version Packages (#42)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5b1d4f0 commit 063cc6f

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/empty-colts-begin.md

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

.changeset/tall-goats-destroy.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+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 1.0.0
412

513
### Major 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.0",
3+
"version": "1.0.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)