diff --git a/CHANGELOG.md b/CHANGELOG.md index 7020760..f2bcf6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.4 - 2016.10.23 +- Replace `winston` library with generic `console` (Thanks @bostrom) + ## 1.0.3 - 2016.08.06 - Fix comma-space typo in thrown error (Thanks @niftylettuce) diff --git a/package.json b/package.json index 3854f61..2c3484f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv-extended", - "version": "1.0.3", + "version": "1.0.4", "description": "A module for loading .env files and optionally loading defaults and a schema for validating all values are present.", "repository": "git@github.com:keithmorris/node-dotenv-extended.git", "main": "lib/index.js",