Skip to content

Commit

Permalink
released 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuahcheeshian committed Jul 30, 2019
1 parent a13f39b commit c6bacf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@
- Solved some testing issues on **Windows**.
- Restructured repository.
- Replaced **Yarn** with **npm**.

## 2.0.0 (2019-07-31)

- Rewritten in [**TypeScript**](https://www.typescriptlang.org/).
- Replaced **npm** with **Yarn**.
- Exported a default function for programmatic use.
- 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 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": "1.3.0",
"version": "2.0.0",
"description": "Run package.json scripts by NODE_ENV",
"keywords": [
"cross-per-env",
Expand Down

0 comments on commit c6bacf4

Please sign in to comment.