Skip to content

Commit 3fb0cec

Browse files
CodemaskCodemask
authored andcommitted
chore: release v2.0.2
1 parent 8a1f791 commit 3fb0cec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
39
## [2.0.1](https://github.com/codemask-labs/node-config/compare/2.0.0...2.0.1) (2025-01-14)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Codemask <contact@codemask.com> (https://github.com/codemask-labs/node-config)",
44
"repository": "https://github.com/codemask-labs/node-config",
55
"license": "MIT",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"description": "Node Config Module",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)