Skip to content

Commit 228a5f2

Browse files
chore: version packages (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 692c645 commit 228a5f2

File tree

4 files changed

+25
-11
lines changed

4 files changed

+25
-11
lines changed

.changeset/early-hotels-doubt.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.15
4+
5+
### Patch Changes
6+
7+
- [`7890bff`](https://github.com/tmm/kysely-migrate/commit/7890bffe6f41f4e33b1eb6796e2494d96eee7e89) Thanks [@tmm](https://github.com/tmm)! - Updated build
8+
39
## 0.0.14
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.14",
4+
"version": "0.0.15",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -92,15 +92,28 @@
9292
"typescript": "5.2.2",
9393
"vitest": "^0.34.5"
9494
},
95-
"contributors": ["[email protected]"],
95+
"contributors": [
96+
97+
],
9698
"funding": "https://github.com/sponsors/tmm",
97-
"keywords": ["kysely", "cli", "migrate", "migrations", "codegen"],
99+
"keywords": [
100+
"kysely",
101+
"cli",
102+
"migrate",
103+
"migrations",
104+
"codegen"
105+
],
98106
"packageManager": "[email protected]",
99107
"simple-git-hooks": {
100108
"pre-commit": "pnpm format && pnpm lint:fix"
101109
},
102110
"knip": {
103-
"entry": ["src/**/*.ts!", "src/exports/index.ts!"],
104-
"project": [".scripts/**/*.ts"]
111+
"entry": [
112+
"src/**/*.ts!",
113+
"src/exports/index.ts!"
114+
],
115+
"project": [
116+
".scripts/**/*.ts"
117+
]
105118
}
106119
}

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

0 commit comments

Comments
 (0)