Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeatty committed May 2, 2019
1 parent 2e9636a commit 318144a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [8.0.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0) (2019-05-02)


* Drop support for Node v6 (#392) ([2e9636a](https://github.com/motdotla/dotenv/commit/2e9636a)), closes [#392](https://github.com/motdotla/dotenv/issues/392)


### BREAKING CHANGES

* dropping Node v6 support because end-of-life



## [7.0.0] - 2019-03-12

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv",
"version": "7.0.0",
"version": "8.0.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"pretest": "npm run lint",
"test": "tap tests/*.js --100",
"prerelease": "npm test",
"release": "standard-version --sign"
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 318144a

Please sign in to comment.