From 318144af68e9044a4ebb2627aeda17b4bdcb64cf Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Thu, 2 May 2019 15:24:11 -0700 Subject: [PATCH] chore(release): 8.0.0 --- CHANGELOG.md | 16 +++++++++++++--- package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d660cedf..c4fa46f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 3a88080d..aebbe96b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotenv", - "version": "7.0.0", + "version": "8.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28d34f65..45f520be 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",