Skip to content

Commit

Permalink
[1.2.1] add browser configuration by browsers array
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Skeggs committed May 10, 2017
1 parent a11938c commit b2f0fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ We welcome pull requests! Please lint your code using the JSHint configuration i

### Release history

* 1.2.1 Allow browser configuration by browsers array
* 1.2.0 Work around Karma bug to support `console.log` output among test cases as they run.
* 1.1.2 Don't fail when the test suite run is empty.
* 1.1.1 Documentation updates. Require non-empty `options.localDependencies` argument.
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": "erik",
"version": "1.2.0",
"version": "1.2.1",
"description": "Start running your client `Jasmine` tests headlessly with `PhantomJS` and `gulp` today.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b2f0fc3

Please sign in to comment.