Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
entropitor committed Sep 13, 2020
1 parent 3458d5e commit 88badb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotenv-cli",
"description": "A global executable to run applications with the ENV variables loaded by dotenv",
"version": "3.2.0",
"version": "4.0.0",
"author": "entropitor",
"bin": {
"dotenv": "./cli.js"
Expand Down

2 comments on commit 88badb1

@fschoenfeldt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@entropitor is there any changelog to this version?

@entropitor
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4df25fa...v4.0.0

It's mostly the fact that if you pass both -e and -c, the behavior will be different now than before. In any other case, there are no breaking changes

Please sign in to comment.