Skip to content

Commit fdd8d08

Browse files
committed
Version bump 9.0.0
1 parent f7f7df4 commit fdd8d08

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [9.0.0](https://github.com/motdotla/dotenv/compare/v8.0.0...v9.0.0) (2021-05-05)
6+
7+
### Added
8+
9+
- define package.json in exports
10+
- allow for `import "dotenv/config"`
11+
12+
### Changed
13+
14+
- updated dev dependencies via npm audit
15+
- TypeScript types
16+
- point to exact types file to work with VS Code
17+
- _Breaking:_ drop support for Node v8
18+
519
## [8.6.0](https://github.com/motdotla/dotenv/compare/v8.5.1...v8.6.0) (2021-05-05)
620

721
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)