diff --git a/CHANGELOG.md b/CHANGELOG.md index 88efc3fd..722f0ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ - -# [2.0.1](https://github.com/googleads/videojs-ima/compare/v2.0.0...v2.0.1) (2022-06-06) + +# [2.1.0](https://github.com/googleads/videojs-ima/compare/v2.0.1...v2.1.0) (2022-08-03) - -# [2.0.0](https://github.com/googleads/videojs-ima/compare/v1.11.0...v2.0.0) (2022-04-18) + +## [2.0.1](https://github.com/googleads/videojs-ima/compare/v2.0.0...v2.0.1) (2022-06-06) # [1.11.0](https://github.com/googleads/videojs-ima/compare/v1.10.1...v1.11.0) (2021-05-07) @@ -239,9 +239,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-lock.json b/package-lock.json index f617f9ec..3e843d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "videojs-ima", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "videojs-ima", - "version": "2.0.1", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "@hapi/cryptiles": "^5.1.0", diff --git a/package.json b/package.json index 626736b8..fb653ef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-ima", - "version": "1.11.0", + "version": "2.1.0", "license": "Apache-2.0", "main": "./dist/videojs.ima.js", "module": "./dist/videojs.ima.es.js",