Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmorris committed Oct 23, 2016
1 parent 024a83d commit d0c1d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:keithmorris/node-dotenv-extended.git",
"main": "lib/index.js",
Expand Down

0 comments on commit d0c1d77

Please sign in to comment.