Skip to content

Commit a392ffd

Browse files
node-env(release): 🚀 v1.5.0
# [1.5.0](v1.4.2...v1.5.0) (2026-03-28) ### Features * decouple env schema validation from internal helper ([2c29d59](2c29d59))
1 parent 2c29d59 commit a392ffd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.5.0](https://github.com/SourceRegistry/node-env/compare/v1.4.2...v1.5.0) (2026-03-28)
2+
3+
4+
### Features
5+
6+
* decouple env schema validation from internal helper ([2c29d59](https://github.com/SourceRegistry/node-env/commit/2c29d59796dde52a5ca5a743a405cf2c8266cc5b))
7+
18
## [1.4.2](https://github.com/SourceRegistry/node-env/compare/v1.4.1...v1.4.2) (2026-03-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceregistry/node-env",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "A minimal, dependency-free TypeScript/JavaScript library for environment-variable loading and typed access.",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)