Skip to content

Commit

Permalink
Merge pull request #526 from motdotla/nine-o
Browse files Browse the repository at this point in the history
Version bump 9.0.0
  • Loading branch information
motdotla committed May 5, 2021
2 parents f7f7df4 + fdd8d08 commit 3214bf4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

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.

## [9.0.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v9.0.0) (2021-05-05)

### Added

- define package.json in exports
- allow for `import "dotenv/config"`

### Changed

- updated dev dependencies via npm audit
- TypeScript types
- point to exact types file to work with VS Code
- _Breaking:_ drop support for Node v8

## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05)

### Added
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "dotenv",
"version": "8.6.0",
"version": "9.0.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 3214bf4

Please sign in to comment.