Skip to content

Commit

Permalink
chore: version packages (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 28, 2023
1 parent 6560865 commit 7f4d1ff
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-mice-jog.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# kysely-migrate

## 0.0.9

### Patch Changes

- [`b566b7d`](https://github.com/tmm/kysely-migrate/commit/b566b7d3e431ca02d4254ce765a962ed55908b66) Thanks [@tmm](https://github.com/tmm)! - Updated codegen types

## 0.0.8

### Patch Changes
Expand Down
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kysely-migrate",
"description": "Kysely migrations and codegen CLI",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -91,15 +91,28 @@
"typescript": "5.2.2",
"vitest": "^0.34.5"
},
"contributors": ["[email protected]"],
"contributors": [
"[email protected]"
],
"funding": "https://github.com/sponsors/tmm",
"keywords": ["kysely", "cli", "migrate", "migrations", "codegen"],
"keywords": [
"kysely",
"cli",
"migrate",
"migrations",
"codegen"
],
"packageManager": "[email protected]",
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
"knip": {
"entry": ["src/**/*.ts!", "src/exports/index.ts!"],
"project": [".scripts/**/*.ts"]
"entry": [
"src/**/*.ts!",
"src/exports/index.ts!"
],
"project": [
".scripts/**/*.ts"
]
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.0.8'
export const version = '0.0.9'

0 comments on commit 7f4d1ff

Please sign in to comment.