Skip to content

Commit

Permalink
chore: version packages (#9)
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 26, 2023
1 parent 516575b commit 316c3d2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-grapes-glow.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.7

### Patch Changes

- [`516575b`](https://github.com/tmm/kysely-migrate/commit/516575b781c1aefc6832bc8e6818ec935fa57592) Thanks [@tmm](https://github.com/tmm)! - Switched to interface for DB type

## 0.0.6

### Patch Changes
Expand Down
27 changes: 21 additions & 6 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.6",
"version": "0.0.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -97,16 +97,31 @@
"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!"],
"ignoreDependencies": ["kysely-codegen"],
"project": [".scripts/**/*.ts"]
"entry": [
"src/**/*.ts!",
"src/exports/index.ts!"
],
"ignoreDependencies": [
"kysely-codegen"
],
"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.6'
export const version = '0.0.7'

0 comments on commit 316c3d2

Please sign in to comment.