Skip to content

Commit ec9b1d5

Browse files
CarlosZieglerclaude
andcommitted
chore: bump to v0.1.6 for npm publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7e91e8b commit ec9b1d5

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
All notable changes to `create-start-kit-dev` will be documented in this file.
44

5-
## [0.1.5] - 2026-02-19
5+
## [0.1.6] - 2026-02-19
66

77
### Fixed
88

99
- Fix `db:push` failing during setup: write placeholder env vars before running drizzle-kit so `env.server.ts` validation passes
1010
- Add `--force` flag to `drizzle-kit push` to skip interactive confirmation prompts in non-TTY context
1111
- Run `drizzle-kit push` directly instead of via `bun run db:push` to control env loading
12+
- Fix TypeScript error in database validate callback
13+
14+
## [0.1.5] - 2026-02-19
15+
16+
### Added
17+
18+
- `publishConfig` with explicit `latest` tag and public access
19+
- `CHANGELOG.md` documenting all versions
1220

1321
## [0.1.4] - 2026-02-19
1422

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-start-kit-dev",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "CLI for scaffolding and configuring Start Kit projects",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)