Skip to content

Commit d43beaa

Browse files
committed
Bump 10.0.0
1 parent a558363 commit d43beaa

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [10.0.0](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) (2021-05-20)
6+
7+
### Added
8+
9+
- Add generic support to parse function
10+
- Allow for import "dotenv/config.js"
11+
- Add support to resolve home directory in path via ~
12+
513
## [9.0.2](https://github.com/motdotla/dotenv/compare/v9.0.1...v9.0.2) (2021-05-10)
614

715
### 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": "9.0.2",
3+
"version": "10.0.0",
44
"description": "Loads environment variables from .env file",
55
"main": "lib/main.js",
66
"exports": {

0 commit comments

Comments
 (0)