Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 25, 2022
2 parents 7392c09 + 5dcb53b commit 929c89e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,19 @@

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.

## [Unreleased](https://github.com/motdotla/dotenv/compare/v14.3.0...master)
## [Unreleased](https://github.com/motdotla/dotenv/compare/v14.3.1...master)

- Interpret `#` as start of comment only if preceded by whitespace

## [14.3.0](https://github.com/motdotla/dotenv/compare/v14.2.0...v14.3.0)
## [14.3.1](https://github.com/motdotla/dotenv/compare/v14.3.0...v14.3.1) (2022-01-25)

### Changed

- Preserve backwards compatibility on exports by re-introducing the prior in-place exports 🐞 ([#606](https://github.com/motdotla/dotenv/pull/606))

## [14.3.0](https://github.com/motdotla/dotenv/compare/v14.2.0...v14.3.0) (2022-01-24)

### Added

- Add `multiline` option 🎉 ([#486](https://github.com/motdotla/dotenv/pull/486))

Expand Down
2 changes: 2 additions & 0 deletions lib/main.js
Expand Up @@ -137,4 +137,6 @@ const DotenvModule = {
parse
}

module.exports.config = DotenvModule.config
module.exports.parse = DotenvModule.parse
module.exports = DotenvModule
4 changes: 2 additions & 2 deletions 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": "14.3.0",
"version": "14.3.1",
"description": "Loads environment variables from .env file",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 929c89e

Please sign in to comment.