We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc02e31 commit c0bd010Copy full SHA for c0bd010
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name"0.12.36"></a>
2
+### 0.12.36 (2015-06-04)
3
+
4
5
+#### Bug Fixes
6
7
+* **launcher:** Continue with exit when SIGKILL fails ([1eaccb4c](https://github.com/karma-runner/karma/commit/1eaccb4c))
8
+* **preprocessor:** Lookup patterns once invoked ([00a27813](https://github.com/karma-runner/karma/commit/00a27813), closes [#1340](https://github.com/karma-runner/karma/issues/1340))
9
10
11
<a name"0.12.35"></a>
12
### 0.12.35 (2015-05-29)
13
package.json
@@ -265,6 +265,6 @@
265
"engines": {
266
"node": ">=0.8 <=0.12 || >=1 <=2"
267
},
268
- "version": "0.12.35",
+ "version": "0.12.36",
269
"license": "MIT"
270
}
0 commit comments