Releases: chekusu/shipkey
Releases · chekusu/shipkey
v0.3.20
What's New
Multi-environment env file support
setup and pull now write secrets to environment-specific local files instead of a single shared file.
| Environment | Regular projects | Cloudflare Workers |
|---|---|---|
dev |
.env.development.local |
.dev.vars |
prod |
.env.production.local |
.dev.vars.production |
This prevents dev and prod secrets from overwriting each other. The env parameter is optional — without it, behavior is unchanged (backward compatible).
Documentation
- Fixed default env in README examples (
prod, notdev) - Added env-specific file mapping table to all three language READMEs (en, zh, ja)
v0.3.19
chore: bump version to v0.3.19 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.3.18
chore: bump version to v0.3.18 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.3.17
chore: bump version to v0.3.17 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.3.16
chore: bump version to v0.3.16 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
v0.3.15
chore: bump version to v0.3.15 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v0.3.14
feat: add Coinbase provider detection chore: bump shipkey to 0.3.14, @shipkey/core to 0.2.7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v0.3.13
fix: replace Unicode arrows with ASCII in provider guides to fix moji…
v0.3.12
chore: bump shipkey to 0.3.12, @shipkey/core to 0.2.5 Includes fixes since v0.3.11: - Escape dots in project names for op assignment statements - Fix encoding issue in error messages (em dash → hyphen) - Add charset=utf-8 to JSON response headers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v0.3.11
fix: wrangler auth check with whoami + config file fallback Bump shipkey to 0.3.11 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>