Skip to content

Commit ef3b9b7

Browse files
Release 1.0.1
[skip ci] ## [1.0.1](v1.0.0...v1.0.1) (2025-04-24) ### Bug Fixes * Fixed 0 or false misjudgments ([#4](#4)) ([dc46c01](dc46c01))
1 parent dc46c01 commit ef3b9b7

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,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/node-modules/read-env-value/compare/v1.0.0...v1.0.1) (2025-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* Fixed 0 or false misjudgments ([#4](https://github.com/node-modules/read-env-value/issues/4)) ([dc46c01](https://github.com/node-modules/read-env-value/commit/dc46c013bb342e7331b8fe626dd5a2763f2cb583))
9+
310
## 1.0.0 (2025-02-10)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-env-value",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Read env with default value",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)