Skip to content

Commit

Permalink
Merge pull request #536 from motdotla/changelog
Browse files Browse the repository at this point in the history
Bump 10.0.0
  • Loading branch information
motdotla committed May 21, 2021
2 parents a558363 + d43beaa commit 8c0c227
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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.

## [10.0.0](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) (2021-05-20)

### Added

- Add generic support to parse function
- Allow for import "dotenv/config.js"
- Add support to resolve home directory in path via ~

## [9.0.2](https://github.com/motdotla/dotenv/compare/v9.0.1...v9.0.2) (2021-05-10)

### Changed
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": "9.0.2",
"version": "10.0.0",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 8c0c227

Please sign in to comment.