We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1f791 commit 3fb0cecCopy full SHA for 3fb0cec
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [2.0.2](https://github.com/codemask-labs/node-config/compare/2.0.1...2.0.2) (2025-01-24)
4
+
5
+### Bug Fixes
6
7
+* parsing string boolean values ([0b8cc7e](https://github.com/codemask-labs/node-config/commit/0b8cc7e83f99522debe516d3352a760da3a326db))
8
9
## [2.0.1](https://github.com/codemask-labs/node-config/compare/2.0.0...2.0.1) (2025-01-14)
10
11
### Bug Fixes
package.json
@@ -3,7 +3,7 @@
"author": "Codemask <contact@codemask.com> (https://github.com/codemask-labs/node-config)",
"repository": "https://github.com/codemask-labs/node-config",
"license": "MIT",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Node Config Module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments