Skip to content

Commit 6abb7eb

Browse files
committed
prerelease(roc-plugin-test-mocha-webpack): 1.0.1-alpha.0
1 parent 7249b24 commit 6abb7eb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

plugins/roc-plugin-test-mocha-webpack/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.1-alpha.0"></a>
2+
## [1.0.1-alpha.0](https://github.com/rocjs/roc-extensions/tree/master/plugins/roc-plugin-test-mocha-webpack/compare/v1.0.0...v1.0.1-alpha.0) (2017-11-01)
3+
4+
5+
### Bug Fixes
6+
7+
* Use new stats object format ([8f64eb6](https://github.com/rocjs/roc-extensions/tree/master/plugins/roc-plugin-test-mocha-webpack/commit/8f64eb6))
8+
9+
10+
111
<a name="1.0.0"></a>
212
# 1.0.0 (2017-10-24)
313

plugins/roc-plugin-test-mocha-webpack/docs/Extensions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The extensions that are used in the project, indirect and direct, in the order t
66
_No packages._
77

88
## Plugins
9-
### roc-abstract-plugin-test — [v1.0.0-beta.3](https://www.npmjs.com/package/roc-abstract-plugin-test)
9+
### roc-abstract-plugin-test — [v1.0.0](https://www.npmjs.com/package/roc-abstract-plugin-test)
1010
Adds test command
1111

12-
### roc-plugin-start — [v1.0.0-beta.2](https://www.npmjs.com/package/roc-plugin-start)
12+
### roc-plugin-start — [v1.0.0](https://www.npmjs.com/package/roc-plugin-start)
1313
Adds start command with a way to modify the runtime

plugins/roc-plugin-test-mocha-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roc-plugin-test-mocha-webpack",
3-
"version": "1.0.0",
3+
"version": "1.0.1-alpha.0",
44
"description": "Adds a way to easily test Webpack projects for Node in Roc",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)