Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Version 2.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Dec 9, 2015
1 parent 38c3e26 commit 75a9a2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
History
=======

## 2.2.0

* Global `builder` script detects if local install available and switches to it.
[#10](https://github.com/FormidableLabs/builder/issues/10)
* Add `builder envs` action for concurrent runs based on environment variables.
[#29](https://github.com/FormidableLabs/builder/issues/29)
* Add `builder envs|concurrent --buffer` flag to buffer and display stderr and
stdout at the _end_ of a task run for easier reading of concurrent output.

## 2.1.4

* Fix `PATH` / `NODE_PATH` resolution order to favor project root, then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder",
"version": "2.1.4",
"version": "2.2.0",
"description": "An NPM-based task runner",
"repository": {
"type": "git",
Expand Down

0 comments on commit 75a9a2d

Please sign in to comment.