diff --git a/.travis.yml b/.travis.yml index df4a087a..7c9bdc48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ os: node_js: - "10" - "12" + - "14" cache: npm diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf933bd..7e071a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,29 @@ 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.3.0](https://github.com/motdotla/dotenv/compare/v8.2.0...v8.3.0) (2021-05-06) + +### Changed + +- _Breaking:_ drop support for Node v8 + ## [8.2.0](https://github.com/motdotla/dotenv/compare/v8.1.0...v8.2.0) (2019-10-16) -## [8.1.0](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.1.0) (2019-08-18) +### Added +- TypeScript types -### ⚠ BREAKING CHANGES +## [8.1.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v8.1.0) (2019-08-18) -* dropping Node v6 support because end-of-life +### Changed -* Drop support for Node v6 (#392) ([2e9636a](https://github.com/motdotla/dotenv/commit/2e9636a)), closes [#392](https://github.com/motdotla/dotenv/issues/392) +- _Breaking:_ drop support for Node v6 ([#392](https://github.com/motdotla/dotenv/issues/392)) # [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 +### Changed -- dropping Node v6 support because end-of-life +- _Breaking:_ drop support for Node v6 ([#302](https://github.com/motdotla/dotenv/issues/392)) ## [7.0.0] - 2019-03-12 diff --git a/appveyor.yml b/appveyor.yml index 425ad85a..43acacb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ environment: matrix: - nodejs_version: "10" - nodejs_version: "12" + - nodejs_version: "14" # Install scripts. (runs after repo cloning) install: diff --git a/package-lock.json b/package-lock.json index 66a6ab29..1c9ee660 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotenv", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 648dcf86..8972fd33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotenv", - "version": "8.2.0", + "version": "8.3.0", "description": "Loads environment variables from .env file", "main": "lib/main.js", "types": "types", @@ -41,7 +41,7 @@ }, "dependencies": {}, "engines": { - "node": ">=8" + "node": ">=10" }, "standard": { "ignore": [