Skip to content

Commit

Permalink
⬆️ Bump sb-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain committed May 8, 2016
1 parent ed73836 commit 917bbd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.0

- Bump major version of `sb-exec`, it contains fixes for windows and improved handling of error codes. This change shouldn't break most of the dependents, but if it does, they can be fixed by setting `allowEmptyStderr` to `true` in `exec*` methods

## 4.7.1

* Use an alternative technique to export `exec` and `execNode` methods to allow temporary assignments, such as in-specs to work
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/AtomLinter/atom-linter#readme",
"dependencies": {
"named-js-regexp": "^1.3.1",
"sb-exec": "^1.0.4",
"sb-exec": "^2.0.1",
"sb-promisify": "^1.0.0",
"tmp": "~0.0.28"
},
Expand Down

0 comments on commit 917bbd5

Please sign in to comment.