File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments