Skip to content

Commit 56716c1

Browse files
committed
chore: release 0.13.0
1 parent e779968 commit 56716c1

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
3+
# [0.13.0](https://github.com/flatiron/nconf/compare/v0.12.1...v0.13.0) (2025-04-14)
4+
5+
6+
### Features
7+
8+
* add env prefix option ([#428](https://github.com/flatiron/nconf/issues/428)) ([c0c8787](https://github.com/flatiron/nconf/commit/c0c8787a3ba62cb21ceda568e2778caea6fe8e1f))
9+
210
## [0.12.1](https://github.com/flatiron/nconf/compare/v0.12.0...v0.12.1) (2023-10-23)
311

412
### Bug Fixes
@@ -562,5 +570,4 @@ v0.1.1 / Sat, 2 Apr 2011
562570
* [752bb98](https://github.com/projects/nconf/commit/752bb98) [api] Improve the `.use()` method. Use the memory engine by default (`indexzero`)
563571

564572
v0.1.0 / Sat, 2 Apr 2011
565-
========================
566-
573+
========================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nconf",
33
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
4-
"version": "0.12.1",
4+
"version": "0.13.0",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
"Matt Hamann <[email protected]>",

0 commit comments

Comments
 (0)