Skip to content

Commit

Permalink
released 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chuahcheeshian committed Jul 31, 2019
1 parent f8101de commit f543dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@

- Rewritten in [**TypeScript**](https://www.typescriptlang.org/).
- Replaced **npm** with **Yarn**.
- Replaced [**cross-spawn**](https://www.npmjs.com/package/cross-spawn) with [**execa**](https://www.npmjs.com/package/execa).
- Exported a default function for programmatic use.
- Parsed cli options using [**commander**](https://www.npmjs.com/package/commander).
- Exposed optional `--env-file` and `--package-manager` options via cli.
- **Breaking change**: `.env` file is no longer parsed by default if present. It will only be parsed if provided along with `--env-file` option via cli.

## 2.0.1 (2019-07-31)

- Suppressed duplicated cli error thrown by [**execa**](https://www.npmjs.com/package/execa).
- Replaced **Yarn** with **npm**.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "by-node-env",
"version": "2.0.0",
"version": "2.0.1",
"description": "Run package.json scripts by NODE_ENV.",
"keywords": [
"cross-per-env",
Expand Down

0 comments on commit f543dd5

Please sign in to comment.