From 156deb99367e4fda2995bfbbadcdefa145804616 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Mon, 18 Jun 2018 10:07:32 +0200 Subject: [PATCH] Release 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0a6836..3db0911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universal-dotenv", - "version": "1.4.0", + "version": "1.5.0", "description": "Robust Environment Configuration for Universal Applications.", "main": "lib/index.cjs.js", "module": "lib/index.esm.js",