diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f041e..ae8c76b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ + +## [0.12.1](https://github.com/flatiron/nconf/compare/v0.12.0...v0.12.1) (2023-10-23) + + +### Bug Fixes + +* 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)) + v0.11.0 / Mon, 23 Nov 2020 ========================== * [4122731](https://github.com/projects/nconf/commit/4122731) 0.11.0 (`Matt Hamann`) @@ -557,5 +565,4 @@ v0.1.1 / Sat, 2 Apr 2011 * [752bb98](https://github.com/projects/nconf/commit/752bb98) [api] Improve the `.use()` method. Use the memory engine by default (`indexzero`) v0.1.0 / Sat, 2 Apr 2011 -======================== - +======================== \ No newline at end of file diff --git a/package.json b/package.json index 9e654b32..e00d8f37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nconf", "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", - "version": "0.12.0", + "version": "0.12.1", "author": "Charlie Robbins ", "contributors": [ "Matt Hamann ",