Skip to content

Commit 03ec5e5

Browse files
committed
chore(release): v0.20.0 [skip actions]
1 parent 0825690 commit 03ec5e5

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.changeset/env-config-loader.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# agentic-node-ts-starter
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- [#103](https://github.com/sapientpants/agentic-node-ts-starter/pull/103) [`0825690`](https://github.com/sapientpants/agentic-node-ts-starter/commit/0825690f84bd8f6399967b6034cd4dc18f6cc20d) Thanks [@sapientpants](https://github.com/sapientpants)! - feat: Add mandatory Zod-based environment configuration loader
8+
- Added comprehensive environment configuration system with Zod validation
9+
- Configuration is now MANDATORY - application won't start without valid config
10+
- Type-safe access to all environment variables with TypeScript inference
11+
- Automatic sensitive value masking in error messages
12+
- Comprehensive documentation and examples in docs/CONFIG.md
13+
- Full test coverage with 25 tests
14+
- Helper functions for checking and accessing configuration values
15+
16+
Closes #99
17+
318
## 0.19.8
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.19.8",
3+
"version": "0.20.0",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)