Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 26, 2019
1 parent cd17a4c commit 340b206
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="5.2.1"></a>
## [5.2.1](https://github.com/videojs/videojs-generate-karma-config/compare/v5.2.0...v5.2.1) (2019-06-26)

### Bug Fixes

* pin karma-browserstack-launcher@~1.4.0, prevents browserstack timeouts ([#28](https://github.com/videojs/videojs-generate-karma-config/issues/28)) ([cd17a4c](https://github.com/videojs/videojs-generate-karma-config/commit/cd17a4c))

### Chores

* **package:** update karma-qunit to ^3.0.0 ([#27](https://github.com/videojs/videojs-generate-karma-config/issues/27)) ([8465cf8](https://github.com/videojs/videojs-generate-karma-config/commit/8465cf8))

<a name="5.2.0"></a>
# [5.2.0](https://github.com/videojs/videojs-generate-karma-config/compare/v5.1.0...v5.2.0) (2019-04-12)

Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-generate-karma-config",
"version": "5.2.0",
"version": "5.2.1",
"description": "Generate a standard karma config, so that plugins don't need the same script in every repository.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 340b206

Please sign in to comment.