Skip to content

Commit

Permalink
released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jun 11, 2019
1 parent 2f9a940 commit 86d577a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ChangeLog
# Changelog

## 1.0.0 (2019-06-11)

Expand All @@ -9,3 +9,7 @@
## 1.0.1 (2019-06-12)

- Fixed some typos.

## 1.0.2 (2019-06-12)

- Updated README.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ yarn add by-node-env

- Windows compatibility.
- Yarn compatibility.

## Contributing

Do you encounter bugs or having new ideas?

Issues, comments and PRs are always welcomed!
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.1",
"version": "1.0.2",
"description": "Run package.json scripts by NODE_ENV.",
"bin": {
"by-node-env": "./bin/by-node-env"
Expand Down

0 comments on commit 86d577a

Please sign in to comment.