Skip to content

Commit dcb2bc7

Browse files
committed
chore(release): v1.0.3
1 parent d2f3777 commit dcb2bc7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @devscast/config
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- support typed prefix in environment variables
8+
39
## 1.0.2
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devscast/config",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
55
"source": "./src/index.ts",
66
"main": "./dist/index.js",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { createRequire } from "node:module";
21
import fs from "node:fs";
2+
import { createRequire } from "node:module";
33
import path from "node:path";
44
import vm from "node:vm";
55

0 commit comments

Comments
 (0)