dependabot npm(deps): bump dotenv from 15.0.0 to 16.0.0
Bumps dotenv from 15.0.0 to 16.0.0.
Changelog
Sourced from dotenv's changelog.
16.0.0 (2022-02-02)
Added
- Breaking: Backtick support
🎉 (#615)If you had values containing the backtick character, please quote those values with either single or double quotes.
15.0.1 (2022-02-02)
Changed
- Properly parse empty single or double quoted values
🐞 (#614)
Commits
-
c20ee46
Remove multiline on option. Just works now -
cfeb0f2
Remove other usage in README -
5b725a4
Update README -
bd26c38
Merge pull request #615 from motdotla/backtick-support -
a8d34e5
Update README -
7e45019
Add support for backticks -
d6184e5
Merge pull request #614 from motdotla/empty-single-quotes -
298e989
v15.0.1 -
86a96a8
Add test for empty single or double quotes value - See full diff in compare view