Skip to content

Commit

Permalink
Bump version 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 5, 2021
1 parent 31a90b7 commit 9d9038f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.5.0](https://github.com/motdotla/dotenv/compare/v8.4.0...v8.5.0) (2021-05-05)

### Added

- allow for `import "dotenv/config"`

## [8.4.0](https://github.com/motdotla/dotenv/compare/v8.3.0...v8.4.0) (2021-05-05)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv",
"version": "8.4.0",
"version": "8.5.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 9d9038f

Please sign in to comment.