Skip to content

Commit f27d919

Browse files
committed
chore: release v1.0.0
1 parent 7f48159 commit f27d919

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Utility layer for [Kysely](https://github.com/kysely-org/kysely) on SQLite
2020

2121
## Usage
2222

23+
### Minimal Kysely Version
24+
25+
0.28.0
26+
2327
### Dialect Choice
2428

2529
For normal usage, you can just use official `SqliteDialect` with `better-sqlite3`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kysely-sqlite-builder",
33
"type": "module",
4-
"version": "0.11.2",
4+
"version": "1.0.0",
55
"description": "Utility layer for Kysely on SQLite",
66
"author": "subframe7536",
77
"license": "MIT",

0 commit comments

Comments
 (0)