Skip to content

Commit aa52d54

Browse files
committed
Bump version 8.6.0
1 parent 2c1534e commit aa52d54

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05)
6+
7+
### Changed
8+
9+
- define package.json in exports
10+
511
## [8.5.1](https://github.com/motdotla/dotenv/compare/v8.5.0...v8.5.1) (2021-05-05)
612

713
### Changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotenv",
3-
"version": "8.5.1",
3+
"version": "8.6.0",
44
"description": "Loads environment variables from .env file",
55
"main": "lib/main.js",
66
"exports": {

0 commit comments

Comments
 (0)