Skip to content

Commit

Permalink
released 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 14, 2019
1 parent c797106 commit f091679
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
## 1.0.3 (2019-06-12)

- Refactored some codes.

## 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.
- Updated README.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "by-node-env",
"version": "1.0.3",
"version": "1.1.0",
"description": "Run package.json scripts by NODE_ENV.",
"keywords": [
"cross-per-env",
"development",
"env",
"if-env",
"is-ci",
"node",
"node-env",
"npm",
Expand All @@ -15,11 +15,11 @@
"p-s",
"package-json",
"per-env",
"pnpm",
"production",
"run",
"run-script",
"scripts",
"staging",
"test",
"yarn",
"yo-env"
Expand Down

0 comments on commit f091679

Please sign in to comment.