0.9.1
This commit is contained in:
parent
2bdf7e1a32
commit
bac910a6df
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
v0.9.1 / Fri, 3 Nov 2017
|
||||||
|
========================
|
||||||
|
* [806f1b1](https://github.com/projects/nconf/commit/806f1b1) 0.9.1 (`Matt Hamann`)
|
||||||
|
* [2bdf7e1](https://github.com/projects/nconf/commit/2bdf7e1) Clean Argv Store options (#290) (`Adrien Becchis`)
|
||||||
|
* [b9321b2](https://github.com/projects/nconf/commit/b9321b2) transformer can now return an undefined key (#289) (`Adrien Becchis`)
|
||||||
|
* [81ce0be](https://github.com/projects/nconf/commit/81ce0be) Update changelog (`Matt Hamann`)
|
||||||
|
|
||||||
0.9.0 / Tue, 31 Oct 2017
|
0.9.0 / Tue, 31 Oct 2017
|
||||||
========================
|
========================
|
||||||
* [b1ee63c](https://github.com/projects/nconf/commit/b1ee63c) fix error in transform function when dealing with dropped entries (#287) (`Augusto Franzoia`)
|
* [b1ee63c](https://github.com/projects/nconf/commit/b1ee63c) fix error in transform function when dealing with dropped entries (#287) (`Augusto Franzoia`)
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nconf",
|
"name": "nconf",
|
||||||
"version": "0.8.4",
|
"version": "0.9.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nconf",
|
"name": "nconf",
|
||||||
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
"description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.",
|
||||||
"version": "0.9.0",
|
"version": "0.9.1",
|
||||||
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Matt Hamann <matthew.hamann@gmail.com>",
|
"Matt Hamann <matthew.hamann@gmail.com>",
|
||||||
|
|
Loading…
Reference in a new issue