diff --git a/README.md b/README.md index 877fe94..3da9ea0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 6fb5ba0..4af47c9 100644 --- a/package.json +++ b/package.json @@ -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": {