Skip to content

Commit

Permalink
release(roc-plugin-repo): 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Jan 24, 2018
1 parent d8abebf commit 3f0f01b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions extensions/roc-plugin-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.1.5"></a>
## 0.1.5 (2018-01-24)

### Bug Fixes

* Optimize roc test and solve a problem with Jest ([d8abebf](https://github.com/rocjs/roc-repo/commit/d8abebf))
* In some instances Jest will spawn workers that use the transformer and these workers have no Roc context and because of that fails, this fixes that. This makes it possible to use collectCoverageFrom with multiple workers.


<a name="0.1.4"></a>
## 0.1.4 (2018-01-22)

Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-plugin-repo",
"version": "0.1.4",
"version": "0.1.5",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 3f0f01b

Please sign in to comment.