Skip to content

Commit 3509e67

Browse files
committed
chore: release 0.12.1
1 parent 981bf8c commit 3509e67

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.12.1](https://github.com/flatiron/nconf/compare/v0.12.0...v0.12.1) (2023-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid dynamic require ([#386](https://github.com/flatiron/nconf/issues/386)) ([#387](https://github.com/flatiron/nconf/issues/387)) ([#402](https://github.com/flatiron/nconf/issues/402)) ([4ee8a28](https://github.com/flatiron/nconf/commit/4ee8a28566a000e6f63a5a1ccfa49b4730c0c2f8))
9+
210
v0.11.0 / Mon, 23 Nov 2020
311
==========================
412
* [4122731](https://github.com/projects/nconf/commit/4122731) 0.11.0 (`Matt Hamann`)
@@ -557,5 +565,4 @@ v0.1.1 / Sat, 2 Apr 2011
557565
* [752bb98](https://github.com/projects/nconf/commit/752bb98) [api] Improve the `.use()` method. Use the memory engine by default (`indexzero`)
558566

559567
v0.1.0 / Sat, 2 Apr 2011
560-
========================
561-
568+
========================

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.0",
4+
"version": "0.12.1",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
"Matt Hamann <[email protected]>",

0 commit comments

Comments
 (0)