We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc46c01 commit ef3b9b7Copy full SHA for ef3b9b7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 1.0.0 (2025-02-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "read-env-value",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Read env with default value",
"repository": {
"type": "git",
0 commit comments