Skip to content

Commit dab50f0

Browse files
chore: version packages (#10)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5036b98 commit dab50f0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/fair-planets-search.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.8
4+
5+
### Patch Changes
6+
7+
- [`f8e712f`](https://github.com/tmm/kysely-migrate/commit/f8e712f910c3eee5e142c1fd3684fce7b8603da5) Thanks [@tmm](https://github.com/tmm)! - Added wrapper types to codegen
8+
39
## 0.0.7
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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.7",
4+
"version": "0.0.8",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

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

0 commit comments

Comments
 (0)