Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.3...v3.1.0) (2020-01-10)

### Features

* **adapter:** support spec=name URL and sharding ([#243](#243)) ([39b1582](39b1582))
  • Loading branch information
semantic-release-bot committed Jan 10, 2020
1 parent 39b1582 commit 516f9f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [3.1.0](https://github.com/karma-runner/karma-jasmine/compare/v3.0.3...v3.1.0) (2020-01-10)


### Features

* **adapter:** support spec=name URL and sharding ([#243](https://github.com/karma-runner/karma-jasmine/issues/243)) ([39b1582](https://github.com/karma-runner/karma-jasmine/commit/39b1582987f4b82d6da4775414f208a8433ec794))

<a name="3.0.3"></a>
## [3.0.3](https://github.com/karma-runner/karma-jasmine/compare/v3.0.2...v3.0.3) (2020-01-08)

Expand Down Expand Up @@ -212,6 +219,3 @@ Requires peerDependency Jasmine@^3.3.0
### Features

* **adapter:** add executedExpectationsCount to result ([666c207](https://github.com/karma-runner/karma-jasmine/commit/666c207))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "karma-jasmine",
"version": "3.0.3",
"version": "3.1.0",
"description": "A Karma plugin - adapter for Jasmine testing framework.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 516f9f1

Please sign in to comment.