diff --git a/CHANGELOG.md b/CHANGELOG.md index b375d2d0..c3acd91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ ## [2.0.1](https://github.com/googleads/videojs-ima/compare/v2.0.0...v2.0.1) (2022-06-06) + +# [2.0.0](https://github.com/googleads/videojs-ima/compare/v1.11.0...v2.0.0) (2022-04-18) + # [1.11.0](https://github.com/googleads/videojs-ima/compare/v1.10.1...v1.11.0) (2021-05-07) @@ -242,9 +245,9 @@ ### Tests +* **webdriver:** Adds browserstack config (local only). ([#510](https://github.com/googleads/videojs-ima/issues/510)) ([d7d7939](https://github.com/googleads/videojs-ima/commit/d7d7939)) * Added Travis CI credentials for browserstack. ([#511](https://github.com/googleads/videojs-ima/issues/511)) ([6b6f124](https://github.com/googleads/videojs-ima/commit/6b6f124)) * Fix error with BrowserStack tests. ([#519](https://github.com/googleads/videojs-ima/issues/519)) ([e4722d0](https://github.com/googleads/videojs-ima/commit/e4722d0)) -* **webdriver:** Adds browserstack config (local only). ([#510](https://github.com/googleads/videojs-ima/issues/510)) ([d7d7939](https://github.com/googleads/videojs-ima/commit/d7d7939)) ## [1.0.4](https://github.com/googleads/videojs-ima/compare/v1.0.3...v1.0.4) (2018-01-17) diff --git a/package.json b/package.json index c8499355..b94130ea 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "child_process": "^1.0.2", - "chromedriver": "^114.0.2", + "chromedriver": "^102.0.0", "conventional-changelog-cli": "^2.2.2", "conventional-changelog-videojs": "^3.0.2", "ecstatic": "^4.1.4",