Skip to content

Commit

Permalink
released 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 17, 2019
1 parent 24a05c2 commit c5c6f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 1.0.0 (2019-06-11)

- 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).
- 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`.

## 1.0.1 (2019-06-12)
Expand All @@ -20,5 +20,10 @@

## 1.1.0 (2019-06-14)

- Changed support of Yarn from `process.env.npm_execpath` to [`which-pm-runs`](https://www.npmjs.com/package/which-pm-runs), with additional pnpm support.
- Changed support of Yarn from `process.env.npm_execpath` to [**which-pm-runs**](https://www.npmjs.com/package/which-pm-runs) which detects `process.env.npm_config_user_agent`, with additional pnpm support.
- Updated README.

## 1.1.1 (2019-06-17)

- Supported fallback to `process.env.npm_execpath` if `process.env.npm_config_user_agent` by [**which-pm-runs**](https://www.npmjs.com/package/which-pm-runs) is `undefined`.
- Updated README.
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.1.0",
"version": "1.1.1",
"description": "Run package.json scripts by NODE_ENV.",
"keywords": [
"cross-per-env",
Expand Down

0 comments on commit c5c6f7f

Please sign in to comment.