Skip to content

Commit

Permalink
update changelog for 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeatty committed Oct 8, 2018
1 parent 3e3efc8 commit d7605ae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [6.1.0] - 2018-10-08

### Added

- `debug` option for `config` and `parse` methods will turn on logging

## [6.0.0] - 2018-06-02

### Changed
Expand All @@ -18,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Documentation on trim behavior of values
- Documentation on how to use with `import`

### Changed
### Changed

- *Breaking*: default `path` is now `path.resolve(process.cwd(), '.env')`
- *Breaking*: does not write over keys already in `process.env` if the key has a falsy value
Expand Down Expand Up @@ -92,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- support for multiple `.env` files. should always use one `.env` file for the current environment

[Unreleased]: https://github.com/motdotla/dotenv/compare/v6.0.0...HEAD
[Unreleased]: https://github.com/motdotla/dotenv/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/motdotla/dotenv/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/motdotla/dotenv/compare/v5.0.0...v6.0.0
[5.0.0]: https://github.com/motdotla/dotenv/compare/v4.0.0...v5.0.0
[4.0.0]: https://github.com/motdotla/dotenv/compare/v3.0.0...v4.0.0
Expand Down

0 comments on commit d7605ae

Please sign in to comment.