Skip to content

Commit 7f4d1ff

Browse files
chore: version packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6560865 commit 7f4d1ff

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

.changeset/hungry-mice-jog.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.9
4+
5+
### Patch Changes
6+
7+
- [`b566b7d`](https://github.com/tmm/kysely-migrate/commit/b566b7d3e431ca02d4254ce765a962ed55908b66) Thanks [@tmm](https://github.com/tmm)! - Updated codegen types
8+
39
## 0.0.8
410

511
### Patch Changes

package.json

Lines changed: 18 additions & 5 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.8",
4+
"version": "0.0.9",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -91,15 +91,28 @@
9191
"typescript": "5.2.2",
9292
"vitest": "^0.34.5"
9393
},
94-
"contributors": ["[email protected]"],
94+
"contributors": [
95+
96+
],
9597
"funding": "https://github.com/sponsors/tmm",
96-
"keywords": ["kysely", "cli", "migrate", "migrations", "codegen"],
98+
"keywords": [
99+
"kysely",
100+
"cli",
101+
"migrate",
102+
"migrations",
103+
"codegen"
104+
],
97105
"packageManager": "[email protected]",
98106
"simple-git-hooks": {
99107
"pre-commit": "pnpm format && pnpm lint:fix"
100108
},
101109
"knip": {
102-
"entry": ["src/**/*.ts!", "src/exports/index.ts!"],
103-
"project": [".scripts/**/*.ts"]
110+
"entry": [
111+
"src/**/*.ts!",
112+
"src/exports/index.ts!"
113+
],
114+
"project": [
115+
".scripts/**/*.ts"
116+
]
104117
}
105118
}

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.8'
1+
export const version = '0.0.9'

0 commit comments

Comments
 (0)