Skip to content

Commit

Permalink
chore: release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Oct 23, 2023
1 parent 981bf8c commit 3509e67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down Expand Up @@ -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
========================

========================
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <charlie.robbins@gmail.com>",
"contributors": [
"Matt Hamann <matthew.hamann@gmail.com>",
Expand Down

0 comments on commit 3509e67

Please sign in to comment.