From 8afcf991eb8ad82250deab10bc62369d38456ee8 Mon Sep 17 00:00:00 2001 From: Matt Hamann Date: Mon, 30 Oct 2017 10:23:55 -0400 Subject: [PATCH] [dist] Version bump. 0.9.0 --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 18780f2..11ca1bc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "nconf", "description": "Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.", - "version": "0.8.5", + "version": "0.9.0", "author": "Charlie Robbins ", + "contributors": [ + "Matt Hamann ", + "Maciej MaƂecki ", + "Jarrett Cruger ", + "Adrien Becchis" + ], "repository": { "type": "git", "url": "http://github.com/flatiron/nconf.git"