Skip to content

Commit

Permalink
Bump dotenv version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo López Dato committed Oct 9, 2018
1 parent 95e3464 commit 6ec0b1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [6.1.0] - 2018-10-09
### Changed
- Upgraded `dotenv` dependency to version 6.1.0. See [dotenv's CHANGELOG](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#610---2018-10-08) for more details

## [6.0.0] - 2018-06-07
### Changed
- Upgraded `dotenv` dependency to version 6.0.0. See [dotenv's CHANGELOG](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#600---2018-06-02) for more detials
- Upgraded `dotenv` dependency to version 6.0.0. See [dotenv's CHANGELOG](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md#600---2018-06-02) for more details

## [5.0.1] - 2018-02-20
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "HELLO=fromTheOtherSide mocha"
},
"dependencies": {
"dotenv": "^6.0.0"
"dotenv": "^6.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 6ec0b1a

Please sign in to comment.