Skip to content

Commit

Permalink
released 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 11, 2019
1 parent 7b1829f commit 6a42888
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.0.0 (2019-06-11)

- Cloned original repository from [ericclemmons/per-env](https://github.com/ericclemmons/per-env).
- Cloned original repository from [`github:ericclemmons/per-env`](https://github.com/ericclemmons/per-env).
- Added support for Windows with [`cross-spawn`](https://www.npmjs.com/package/cross-spawn).
- Added support for Yarn by detecting `process.env.npm_execpath`.

Expand All @@ -13,3 +13,7 @@
## 1.0.2 (2019-06-12)

- Updated README.

## 1.0.3 (2019-06-12)

- Refactored some codes.
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.0.2",
"version": "1.0.3",
"description": "Run package.json scripts by NODE_ENV.",
"keywords": [
"development",
Expand Down

0 comments on commit 6a42888

Please sign in to comment.