Skip to content

Commit 316c3d2

Browse files
chore: version packages (#9)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 516575b commit 316c3d2

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

.changeset/rare-grapes-glow.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# kysely-migrate
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`516575b`](https://github.com/tmm/kysely-migrate/commit/516575b781c1aefc6832bc8e6818ec935fa57592) Thanks [@tmm](https://github.com/tmm)! - Switched to interface for DB type
8+
39
## 0.0.6
410

511
### Patch Changes

package.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kysely-migrate",
33
"description": "Kysely migrations and codegen CLI",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -97,16 +97,31 @@
9797
"typescript": "5.2.2",
9898
"vitest": "^0.34.5"
9999
},
100-
"contributors": ["[email protected]"],
100+
"contributors": [
101+
102+
],
101103
"funding": "https://github.com/sponsors/tmm",
102-
"keywords": ["kysely", "cli", "migrate", "migrations", "codegen"],
104+
"keywords": [
105+
"kysely",
106+
"cli",
107+
"migrate",
108+
"migrations",
109+
"codegen"
110+
],
103111
"packageManager": "[email protected]",
104112
"simple-git-hooks": {
105113
"pre-commit": "pnpm format && pnpm lint:fix"
106114
},
107115
"knip": {
108-
"entry": ["src/**/*.ts!", "src/exports/index.ts!"],
109-
"ignoreDependencies": ["kysely-codegen"],
110-
"project": [".scripts/**/*.ts"]
116+
"entry": [
117+
"src/**/*.ts!",
118+
"src/exports/index.ts!"
119+
],
120+
"ignoreDependencies": [
121+
"kysely-codegen"
122+
],
123+
"project": [
124+
".scripts/**/*.ts"
125+
]
111126
}
112127
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.0.6'
1+
export const version = '0.0.7'

0 commit comments

Comments
 (0)