Skip to content

Commit 8c8e6a9

Browse files
chore: version packages (#12)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4d261e commit 8c8e6a9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/many-windows-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.10
4+
5+
### Patch Changes
6+
7+
- [`a4d261e`](https://github.com/tmm/kysely-migrate/commit/a4d261e2a4cdf92015b9397f9b9894417d641fd5) Thanks [@tmm](https://github.com/tmm)! - Updated exit code for failed migrations
8+
39
## 0.0.9
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.9",
4+
"version": "0.0.10",
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.9'
1+
export const version = '0.0.10'

0 commit comments

Comments
 (0)